I am having a problem with a simple JSON, where I try to calculate percentage based on two values in Jira automation.
I get this Edit issue error:
My JSON looks like this:
{{#=}} {{issue.customfield_15834.split("/").first.asNumber}} * 100 / {{issue.customfield_15834.split("/").last.asNumber}}{{/}}
Any suggestions on how to correct this? Thank you so much alredy in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.