-
Suggestion
-
Resolution: Fixed
-
None
-
0
-
Add a feature in Jira Automation to allow for parsing string to json.
It would be nice to able to turn a string in comments or summary to json object so keys can be referenced somewhere else.
For example, if the comment says:
{"name":"John"}
I would like to be able to do this in Automation:
{{comment.body.toJson().name}}
or something similar.
Currently, there are json function in Automation but none of them parse string to json object and let you refer to a key or element.
- mentioned in
-
Page Loading...