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
Dear all,
I am trying to connect JIRA Cloud and Azure DevOps.
First I would like only to connect existing ticket in JIRA with existing ticket in DevOps.
In that context, I have this script in JIRA :
OUTGOING SYNC
replica.summary = issue.summary
replica.description = issue.description
replica.comments = issue.comments
replica.priority = issue.priority
replica.attachments = issue.attachments
INCOMING SYNC
issue.projectKey = "DDCO" => I don'know why Exalate ask this information. Or else I have an error message "Project key not set"
issue.type = "Amelioration" => I have an error message :
issue.summary = replica.summary
issue.description = replica.description
issue.comments = commentHelper.mergeComments(issue, replica)
issue.attachments = attachmentHelper.mergeAttachments(issue, replica)
But in JIRA, I have the ticket type Amelioration
Could you please help ?
Thanks in advance.
Olivier