Hi All,
I have changeset id and repo information but i need to know for which jira issue id, This commit was happened?
Your response is much appreciated.
Hello Vimal, Normally the Jira issue key is entered in the commit message. You should be able to do:
{{git log <commit>}}
This should show you all the information about that commit. Including the commit message, which we hope has the Jira issue key.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.