Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I branch through all issues in a project with jira automation

Ward Schwillens, Schwillie
Contributor
November 24, 2025

Hi there,

 

I want to build an automation that branches through all work items in a project checks the work items resolution date and if it matches a condition fills in a bunch of fields. But how can I branch through all the work items in a project?

 

Thank you for your insights! 🙏

2 answers

0 votes
Trudy Claspill
Community Champion
November 24, 2025

Hello @Ward Schwillens, Schwillie 

What event do you want to use to trigger the rule? You could use a Scheduled rule such as @Evgenii suggested, or a manually triggered rule with a For Each: Related Items: JQL component. Or is there some issue related event, such as the setting of the Resolution, that you want to use to trigger the rule?

Be advised that there are limits to how many issues can be retrieved by a Schedule trigger. If your JQL tries to retrieve more issues than those limits, it will not actually get all the issues. Your rule would need to compensate for that. Refer to:

https://support.atlassian.com/cloud-automation/docs/automation-service-limits/

A Schedule trigger is limited to 999 items.

0 votes
Evgenii
Community Champion
November 24, 2025

Hi, @Ward Schwillens, Schwillie 

You can create automation, that searches for issues, with JQL query, and makes necessary actions with them.
It can run on sheduled basis, search for issues and change them according to your requirements.
chrome_241125_684.png

chrome_241125_683.png

chrome_241125_685.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events