Is there any way to get commit hash codes for particular ticket from Jira

ankit45621 February 10, 2021

Hello,

I am new in Jira. I am trying to get commit Hash code/ commit ids from Jira using Jql but got Jira id if i use `development[commits].all > 0`  but i want only commit ids not jira ticket. 

Please let me know is there any way to get commit hash codes for particular ticket from Jira?

1 answer

0 votes
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 11, 2021

Hi @ankit45621 ,

JQL is always returning list of issues, so you won't be able to get list of commits this way.

There's issue detail view and development panel, where the list of commits is available.

Or you can search through the commits directly in the Bitbucket

The most important is to use Jira issue key in commit messages to be able to link issues with commits.

Suggest an answer

Log in or Sign up to answer