Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
How do I map "Repro Steps" field from a (workItem=bug) in Azure DevOps to the discussion field in Jira (issue=bug). I have tried to add the following code:
"Outgoing" in DevOps:
//Send a Custom Field value
replica.customKeys."ReproSteps" = workItem."Microsoft.VSTS.TCM.ReproSteps"
"Ingoing i Jira:"
// Repro Steps CF set
issue.customFields."Steps to Recreate".value = replica.customKeys."ReproSteps"
I don't have any developer experience, and have tried to find a solution all day, but unfortunately with no luck. So could somebody explain what is wrong or missing in my approach, that would be highly appresiated.
Thanks in advance,
Br - Jan