1

We use JIRA in our organisation. I am unable to find the branch tag/commit-id against particular feature. Is there something I'm missing?

To understand a feature I want to understand all the changes that were made for this feature. How do I go about finding them?

Bart
  • 19,692
  • 7
  • 68
  • 77
0726
  • 315
  • 2
  • 13
  • Do you use Bitbucket? Are the applications (JIRA and Bitbucket) linked? – ppasler Jan 13 '17 at 13:43
  • Not sure what bitbucket is! We use JIRA and GIT..If that makes sense.. – 0726 Jan 13 '17 at 13:45
  • Bitbucket is the Atlassian solution for something like GitHub. – ppasler Jan 13 '17 at 13:46
  • Ok! So then..What I am trying to ask here is.i am unable to find branch tag/git commits ids related to JIRA! Any clue? – 0726 Jan 13 '17 at 13:47
  • By "related to JIRA" you mean related to an issue, right? See my answer below. – ppasler Jan 13 '17 at 13:56
  • Does any answer solve your question? If yes, please accept an answer and show others, that this issue has been solved. – ppasler Jan 17 '17 at 17:21
  • Hey, I did accept the ans. Bt I am unable to accept it as I don't have the rights yet! :) – 0726 Jan 17 '17 at 17:32
  • You can't upvote it, accepting is always possible (the grey hook). See this: http://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work – ppasler Jan 17 '17 at 18:19

2 Answers2

1

Assuming your JIRA is connected to some kind of source code management (Bitbucket or Github). The branch / commit name must contain the JIRA issue key.

Jira: assign an existing git branch to an issue

Creating the branch though the UI is just a convenience. The important thing is that the name contains the JIRA key. If only one developer is working on the branch, it's fairly easy to just rename (delete + add) a branch with the appropriate name.

To find all branches / commits related to an issue, there's the Development Panel on the sidebar right.

Community
  • 1
  • 1
ppasler
  • 3,579
  • 5
  • 31
  • 51
1

The jira key in the git commit message we found needs to be in uppsercase, well case senstive depending on what you set in the integration.