Hello, I am new to writing Automation rules in Jira,
Although I wrote a couple now,
I am trying to write one in which:
1. I fetch a list of issues based on a JQL filter that matches a specific static label in my product
2. I can remove that said label in each of the items fetched
3. this is part of a bigger flow.
I don't seem able to achieve this, and already searched on forums and other sources haven't been able to find the exact solution that works for my problem.
An example of the flow I have so far, but that is NOT working is in the attached image.
Thanks for your help.
Hi @Gabriel Vargas -- Welcome to the Atlassian Community!
For automation rule questions, it helps to show your complete rule in a single image, and an image of the audit log details showing the rule execution. Those will provide context for the community to help better.
From what you show...
To change issues with the edit action, the rule needs an issue "in scope" at that point in the rule. For your case, please use the branch on JQL rather than using Lookup Issues and then branching only on the data from the lookup.
Please note well: branches which could be on more than one thing are run in parallel and asynchronously. And so the branch is not guaranteed to finish up until the final step of the rule. That is, the branch does not finish before the steps after the branch start.
You describe this label change as part of a larger scenario. I recommend showing an image of your entire rule so the community can advise if there will be adjustments needed.
Kind regards,
Bill
Many thanks @Bill Sheboy actually your suggestion of using JQL branch fixed the issue.
This works now!
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped!
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.