Hi!
I'm struggling to set up a Jira automation workflow.
I have a Jira Project (agile scrum) and a Jira Service Desk Project (support pipeline - issues reported by customers). When an issue is created in the Service Desk by the support team, an issue with a fix is then created in the Jira Project (and linked to the service desk issue via "causes") in order to be fixed by the development team. Each issue in the Jira Project also has a Fix Version set to a release.
I'm trying to create a workflow which:
I've gotten this far (and this may be wrong)
When I release a version the workflow is triggered, then I want to go through all the issues in the release, extract any issues linked in the service desk and then transition the service desk issues.
Hope you can help! :)
Hi @Marcin Dyszynski - I've been thinking about this a lot, and unfortunately I can't find a way to do this; at least, not in one rule.
You could, however, do something similar in two rules. One rule that transitions all issues in the fix version, and then a second rule that triggers when issues are transitioned.
For example:
Rule 1 - When a version is released, transition all issues in the version.
Rule 2 - When an issue is transitioned, transition all linked issues.
Hope that helps!
Kevin, thats exactly what I ended up doing. I created a new status after "Done" called "Released", the first rule (inside my Jira classic project) transitions all released issues to the "Released" status once they are released. Then my second rule (inside my Jira service desk) triggers once linked issues are transitioned to "Released" and then transitions the tickets to "done". Works like a charm :)
Thanks for the feedback!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found this thread when trying to solve the same and it worked! Thank you.
However, I was so surprised to find out that you can't solve this with a single rule.
Since this thread is more than 2 years old, does anyone know if this can be solved in one rule today?
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.