I have a backlog and my first status after backlog is ready. I want to run an automation that counts the number of issues in my ready status, and if its less than 5 then I want to move issues from backlog to ready until there are 5 issues in ready. I want to move them out of the backlog in rank order.
How would I go about this? Thanks in advance.
Hi @Sean Aguilar -- Welcome to the Atlassian Community!
I assume your team is using Kanban practices and a Jira Kanban board. What you describe is often called Queue Replenishment, and I suggest learning more about the manual / people steps involved in that practice before automating it as doing so may remove some of the benefits.
Back to your question...
What you describe is possible, and you could do this with an automation rule with:
The tricky part will be pulling the correct number of issues in one rule, which can be done with variables and advanced branching. A simpler approach would be to only pull in one issue at a time and have the rule run more frequently. (I would recommend against that as the packaging model is changing for automation rules.)
To get you started on creating your rule, please refer to these documentation and example sources:
And if you run into problems creating your rule, please post images of your complete rule, the audit log details showing the execution, and explain what does not work as expected. Those things 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.