Forums

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

Filter issues with associated development activity

Lara Sousa
Contributor
July 14, 2025

Hello everyone,

I'd like to check if there is currently a way to create a JQL filter in Jira that returns only issues with associated development activity. For example, issues linked to a pull request or commit.

Thank you in advance!

2 answers

1 vote
Vitalii Rybka
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2025

 

Hi Lara!

Yes, you can filter issues with development activity using these JQL approaches:

For issues with commits:

development[commits].all > 0

For issues with pull requests:

development[pullrequests].all > 0

For any development activity:

development[commits].all > 0 OR development[pullrequests].all > 0

More specific examples:

development[commits].open > 0
development[pullrequests].merged > 0

Note: This requires your development tools (GitHub, Bitbucket, etc.) to be properly integrated with Jira.

Best, Vitaliy

DM me if you have questions!

1 vote
Trudy Claspill
Community Champion
July 14, 2025

Hello @Lara Sousa 

Have you reviewed the options in this document?

https://support.atlassian.com/jira-software-cloud/docs/jql-developer-status/

Show me all the issues on my board that... have an open PR:

 development[pullrequests].open

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events