Jira connector broken?

Status: Open · Asked by jdavidbakr on · 0 views

jdavidbakr — Question ·

Starting today I've been getting the following error on my flow that creates a Jira ticket:

{
"errorMessages > 0": "There was an error parsing JSON. Check that your request body is valid."
}

Seems that maybe Jira changed something that broke the connector?

Preeti Paryani — Reply ·

Hey @jdavidbakr,

Thank you for sharing the details.

Upon checking, it appears that the mapped data in the step that failed contains double quotes, which caused the failure because the JSON structure becomes invalid when unescaped quotes are present.

To resolve this, we recommend adding a Text Formatter step after the Harvest Title action and removing the double quotes from the content before passing the data to the next step.

This should prevent the JSON from breaking and allow the workflow to execute successfully. Please try this and let us know how it goes.

Back to all forum threads · Log in to reply