Forums

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

How to enable gitlab code commit reporting

Mohsin Khan July 6, 2022

My JIRA board has a gitlab plug-in that helps developers to commit code directly from JIRA. I want to know if there is a report in JIRA that can tell on which issues code was committed and on which ones it was not. Below is a snapshot of JIRA ticket where commit can be seen but I am not able to see this 'Development' field in any of my reports. 

 

Capture.PNG

1 answer

1 accepted

0 votes
Answer accepted
Craig Nodwell
Community Champion
July 7, 2022

Hi @Mohsin Khan you can pull this information out of jql.
issue.properties[development].commits > 1

have a look at this page

Mohsin Khan July 12, 2022

Hello @Craig Nodwell ,

Thank you for the solution. Not exactly the above command, but 'development[commits].all > 0' worked for me. However, I wouldn't have got this hint without your response. 

Thanks for your time

Like Craig Nodwell likes this

Suggest an answer

Log in or Sign up to answer