1
0
-1

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


    CommentAdd your comment...