Jira Cloud Automation: Manual WebResponse to JSON Conversion
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Jira Automation rule's {{webResponse.body}} Smart Value isn't JSON formatted, unlike browser or tool responses.
Solution
For this scenario, we are using Jira REST API to get the values. This may vary depending on how your application is configured.
Create an automation rule that sends a web request.
Include the response body in a comment action.
Observe that it's not in JSON format.
To work around it, you will need to manually format it including the smart value for each field returned:

When this is done, the response body will be added in the correct JSON format.
Relevant pages:
Updated on April 24, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.