Hey y'all!
I have an automation that when a field value changes in an Epic (on a multi-select field), I want a Task (not a sub-task) created for each of those field values. I have accomplished this piece... HOWEVER. Now, it creates an issue for each selection every time that field is updated so I'm getting a significant amount of duplicates.
How do I set the automation to only create an issue once for each selection?
Thanks in advance!
Hi @Jane Ellis
First thing: I agree with Jim's second suggestion as a good approach:
Another way to solve this is to try using the {{fieldChange}} smart values to check for added values: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--
This does not work for all fields, and so you will need to experiment first with a test rule, perhaps writing to the audit log to observe what happens:
If it accurately returns the added / removed values, you could use them and an Advanced Branch to create the tasks.
Kind regards,
Bill
Hi @Jane Ellis
I don't think that you can trigger automation for only changed items when a multi-select field is updated.
To work around that, you'll either need to:
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.