Ok, so I'm trying to remove a string from the 'summary' field via scheduled automation or manual. From the scheduled screen I can see I have issues found but then further in to query it fails. I'm hoping someone can point me in the right direction.
I assume scheduled and on issue creation would be the same?
You shouldn't need to use advance JSON for this.
Just select Summary from the "Choose fields to set" dropdown then enter this:
{{issue.summary.remove("FW:")}}
That should work. If you encounter any further issues, please share a screenshot of the failure in the log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad that @Mark Segall suggestion helped you. Here is something that you should always use when you setup an automation rule and conduct manual testing it out prior your actual implementation (maybe you are already doing so).
https://support.atlassian.com/cloud-automation/docs/debug-an-automation-rule/
Hope this also helps you.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.