How do I search git commits

Gary Pattenden September 24, 2019

I would like to run a search that returns all issues in a project that have a completed peer review. Is this possible?

1 answer

0 votes
Adam Wride
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.
September 24, 2019

Hi @Gary Pattenden - 

Are you on Jira Cloud or Jira Server/Data Center?

 

Cheers,

Adam

Gary Pattenden September 24, 2019

Jira Cloud using the Git plugin

Adam Wride
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.
September 24, 2019

Hi Gary -

I don't see a way to locate merged pull requests (is that what meant by "completed peer review"?) for Jira Cloud.

There is some JQL available for commits and pull requests (but only all PRs and open PRs) you will need to enable "Send Development Information to Jira Cloud" in General settings (https://d.pr/i/impbIG). 

Then you can use the following example JQL:

development[commits].all > 0

development[commits].all > 15

development[pullrequests].all > 0

development[pullrequests].open > 0

 

More information here about Development Information in Jira Cloud.

Cheers,

Adam

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events