Wondering if someone can help me.
I'm looking to try and have an automation that reads the summary of an issue, takes a key word from the summary, and then changes the organisation, to match that key word taken.
Thanks
Hi @Jake Ralph
Extracting the keyword from the Summary is likely possible using the automation text functions: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/
However, updating the Organization may not be possible, as described by this suggestion to add that capability: https://jira.atlassian.com/browse/AUTO-637
Those suggestions do not always get updated as automation improves, and so I suggest using this how-to article to learn if automation currently supports that field as a smart value. Basically you identify an issue with your field, call the REST API with a browser, and then search for the field. If you find it, you will learn the syntax to update it using advanced edit with JSON. If not, the field is not supported.
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.