So, I am using this solution which works great for one of my use cases. https://community.atlassian.com/t5/Jira-Software-questions/Increment-Custom-Field-on-Transition/qaq-p/138821
BUT i have a second use case where i need to only increment a field if a specific transtion path used to get to a status.
I have the statuses FAILED and QA to DO
From Failed there are 2 paths back to QA to DO
1) Failed -> In progress -> resolved -> QA to DO
2) Failed -> QA to Do
with the second path, the user clicks the "invalid workflow" button. When THAT specific action happens i want to increment my custom field of "invalid failure count"
How do i do this? the solution i linked will increment that field no matter which path is taken?
Hi, @Lexi
The native solution would be to create two separate automation rules, specifying both the source and target statuses for each case. E.g:
Best,
Camilo Galleguillos R.
Hi @Lexi
I believe your link to that old post is truncated. Is this the one you wanted?
If so, please post an image of your complete rule and the audit log details showing the rule execution; those will provide context for the community to help.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.