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'm linking Jira Helpdesk Cloud to Azure DevOps.
The link works ok until I add some script to format the Description field from Jira - so it doesn't look like a single string of text in DevOps.
I've added the following lines to my script (I've tried a few variations too!):-
Jira.issue.description = nodeHelper.getHtmlField(issue, "description")
Jira.issue.comments = nodeHelper.getHtmlComments(issue)
When the above is added and I attempt to 'exalate' an issue from Jira to DevOps, I just see a message in Jira saying "Waiting for remote". It never progresses.
What am I doing wrong.