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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.