I'm querying Jira using the api using jql search and examining the json output. I need to identify issues that have commit history. So far I have not been able to find a field that contains anything I need. I found this article, but I don't know how to execute a select statement from the jira api - https://confluence.atlassian.com/jirakb/how-to-extract-information-related-to-the-github-dvcs-connector-from-the-database-962963289.html
Any info would be helpful. Thanks -jim
Have a look at Advanced searching - development fields reference, it shows you how to search on the development fields. It is a bit limited, it would not allow you to search for a specific commit. If that is what you are looking for you would have to do that from the the Bitbucket/Github side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.