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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.