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
I have many links that I want to maintain between Jira issues and their synced ADO counterparts.
One is the "implements"/"implemented by" link in Jira which translates to "Parent"/"Child" in ADO for us. This I can do on the ADO side via the 'syncHelper.getLocalIssueKeyFromRemoteId' call and the 'workItem.parentId =' assignment
Another is "relates to"/"related by" link in Jira which translates to "Related"/"Related" in ADO for us. The problem is I dont know how to set this in ADO.
Can I set a link in ADO via something like this workItem.Links += createLink(FromWorkItem, ToWorkItem, LinkType)?
For instance with something like following which I don't think anything like it exists right now
As an update
I am able to use some Jira packages to create links. These are
This allows me to use
However the following fails when I want to set the otherIssue
This comes from the doco
https://docs.idalko.com/exalate/display/ED/getLocalIssueKeyFromRemoteId
On the sync helper page its associated with both Jira and ADO but it wont work on the Jira incoming sync (but does work on the ADO incoming sync)
https://docs.idalko.com/exalate/display/ED/syncHelper