Im trying to populate the DevOps ticket with the description from Jira when i exalate, i had used just plain description to description, i hade use also nodeHelperHTML to transform the Jira description into HTML and then paste it on DevOps, both this options just copy a horrible looking version of the description into DevOps without format or pictures.
Ive also tried to use code
workItem.description = nodeHelper.toMarkDownFromHtml(replica.description)
on devops, but its generating an error, so not working.
Hello! I tried that, i forgot to mention (only the description as i dont care about transferring the commments).
And that will transfer the format somehow OK, however it wont transfer any images that are on the description, those images will appear as ![image-20250715-060636.png] in DevOps instead of the actual image.