The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL that will pull an Initiative with any Epic that has “Program Increment” equal to 2026-Q1

John Pfotzer
December 9, 2025

I am asking help writing a jql query to l findl an Initiative with any Epic that has “Program Increment” equal to 2026-Q1

Can I get some suggestions?

Thanks

John

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Chris Rogers
Community Champion
December 9, 2025

Hi @John Pfotzer

Assuming that your hierarchy is Initiative -> Epic, there isn't a way to do this search natively in Jira without add-ons to my knowledge.  What you could do that would get you close is:

  1. Query for epics that meet the criteria
    issuetype = Epic and "Program Increment" = 2026-Q1 order by parent asc

  2. Add the parent column to the list of columns in your filter
    Configure Columns -> Filter -> Parent
  3. Export the data to Excel/your spreadsheet program of choice, where you can filter down a unique/distinct list of initiatives.

 

Alternatively, you can check and see if any of the marketplace vendors have an add-on that allows subqueries (JQL Search Extensions, Enhanced Search, JQL Tricks, etc)

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events