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.summaryreplica.description = issue.descriptionreplica.comments = issue.commentsreplica.priority = issue.priorityreplica.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.summaryissue.description = replica.descriptionissue.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
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