When creating an issue in Jira via an Active Pieces call, it doesn’t add the correct formatting to support links, even when adding the proper markup characters.
You can see the differences in the resulting JSON for the description field when I:
post via ActivePieces:
…
“description”:{“type”:“doc”,“version”:1,“content”:[{“type”:“paragraph”,“content”:[{“type”:“text”,“text”:“[Confluence Page:] (https:Log in with Atlassian account)”}]}]}
…
create the link in Jira mysefl:
…
“description”:{“type”:“doc”,“version”:1,“content”:[{“type”:“paragraph”,“content”:[{“type”:“text”,“text”:“Confluence Page:”,“marks”:[{“type”:“link”,“attrs”:{“href”:“https:Log in with Atlassian account”}}]}]}]}
…
Any chance you can add this to your to-do list? I know I can work around this using the Custom API call for Jira. I just didn’t want to make this flow that much work.