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.
Hi @Mohsin Khan you can pull this information out of jql.
issue.properties[development].commits > 1
have a look at this page
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unlock your potential and learn how to use Jira Product Discovery to your advantage. You’ll have the expertise to revolutionize ideas and insights, roadmapping, engage and align teams and stakeholders, and deliver the best solutions—faster. Enroll today!
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.