Hi All,
I use Jira Project Automation to create sub-tasks for our new hire and leaver tickets. I have the rule set to run when the ticket is assigned. However this rule is also running when the ticket is assigned to someone else and so we have duplicate sub-tasks and linked tickets.
I need the rule to only run if the ticket is being assigned from the Unassigned queue, not when being re-assigned. Any ideas how to do this?
Thanks,
Andy
Hi Andrew,
In order to do this you need to check that the previous value was Unassigned "Empty".
To do this use a Compare condition with the following:
First value: {{fieldChange.from}}
Condition: Equals
Second value: <Leave blank>
Hope that helps.
Cheers,
Nick [Automation for Jira]
Co-founder
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
It seems the issue has come back again - i'm not sure if something has changed in the tool, however the compare condition is the same.
When the new hire ticket is re-assigned from one tech to another duplicate sub-tasks are created.
Any help will be gratefully received
Thanks
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andy,
Nothing changed from our end - it may be a GDPR thing if this is Cloud.
The following will print out the change log into the audit log and should give us a clue as to what is happening:
From: {{fieldChange.from}} FromStr: {{fieldChange.fromStr}} To: {{fieldChange.to}} ToStr: {{fieldChange.toStr}}
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.