Hi we made a form that creates a JIRA card from a CODA
Where we are stuck is getting the column where someone can upload an image or “Screenshots” to copy over to the JIRA card that is created.
We can get it to display the image file name, but that isn’t useful.
here’s our formula with some redactions:
Jira::CreateIssue([Jira - xxxxxxxxxxx], "XXXXXXXXXX", "Bug", Detail.[Issue Title], concatenate( Detail.Description, Character(10), Character(10), "Steps to reproduce: ", Character(10), Detail.[STEPS TO REPRODUCE], Character(10), Character(10), "Reported By: ", Detail.[REPORTER (YOUR NAME)], Character(10), Character(10), "Affected devices: ", Detail.[AFFECTED DEVICES/BROWSERS], Character(10), Character(10))+ Detail.SCREENSHOTS)
Does anyone have experience with this and advice on how to make it work?