I want to search for all the tasks and bugs wherein my development team has done commit directly into the master branch only. Is there a way we can filter out these work items?
Based on my knowledge I don't think it is possible to search based on branches.
You can however search based on development status like commits or pullrequests.
For instance.
development[commits].all > 0
This will return issue with commits in code.
Or something like this.
development[pullrequests].all > 0
Refer to this page for more details: https://support.atlassian.com/jira-work-management/docs/advanced-search-reference-jql-developer-status/
I hope it helps.
Ravi
Thank you for your input, I am using these queries for filtering committed issues, however, for audit perspectives I need to check work items that have commits in Master branch only. Just wondering if we can find some shortcut for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.