Reputation: 565
I have just linked Jira with Github following this link.
How can I open and comment on the issues in one of my public github repositories?
Could I get a list of sample commit messages with currently supported issue tracking options in Github? (open, comment on an issue, multiple issues etc.). A web-link where it is listed would also suffice.
What did I try so far?
Read this link. It requires some commands like JIRA-123 etc in the commit message? Didn't help much.
Closed an issue successfully using the commit message closes #2
as suggested in this stack overflow discussion. It closed the issue 2
. This thread is from 2010. (One of the reasons for not replying in that thread and asking a new one).
Upvotes: 0
Views: 307
Reputation: 1846
The supported commands are called as your transactions in your workflow. E.g. you have a state called "In Progress" -> transaction called "review" -> state 2 "In Review". Then your commit message should be
JIRA-123 #review
Furthermore make sure that the email address that is used to commit the change is also used by the jira account. Also that this email address is added as valid email address to the github user account.
Upvotes: 1