vineeshvs
vineeshvs

Reputation: 565

What are the smart commit commands supported by Jira in Github?

I have just linked Jira with Github following this link.

  1. How can I open and comment on the issues in one of my public github repositories?

  2. 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?

Upvotes: 0

Views: 307

Answers (1)

hendrikschneider
hendrikschneider

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

Related Questions