Is there a REST API to fetch Jira issue id of a particular Commit in Bitbucket sever , giving input as Commit ID.
However following REST Resources Provided By: Bitbucket Server - JIRA Integration
Retrieves , JIRA issue keys that are associated with the commits in the specified pull request. As mentioned in , https://docs.atlassian.com/bitbucket-server/rest/5.2.2/bitbucket-jira-rest.html#idm45810156392688
Got My answer.
JIRA issue id is part of same JSON , which is returned from bitbucket server for any particular commit. Preconditions are,
Look for jira -key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.