Commit Command

You are viewing an old version (v. 2) of this page.
The latest version is v. 4, last edited on Jun 16, 2010 (view differences | )
<< View previous version | view page history | view next version >>

Commit command is used in commit message to update or progress issues. It has below syntax:

ACTION ISSUE_KEY [ISSUE_KEY ...] [--ATTRIBUTE1 VALUE1] [--ATTRIBUTE2 VALUE2]

For example, the command below is used in JIRA and will progress the issues TST-1, TST-2 and TST-3 with workflow transition 'Resolve Issue' and add comment 'something is updated' to them.

Fix TST-1, TST-2 and TST-3 --comment something is updated

Here, the action is Fix, and issues are TST-1, TST-2, TST-3, the attribute is comment which has a value something is updated.

Normally, one command is in one line, if you need multiple line for an attribute, a '\' should be added to the end of line, for example:

Fix TST-1 --comment First line comment \
Second line comment \
Third line comment

Command Action

The action can be customized when you add a Update Issue Step. The action in commit command is case-insensitive that means Fix TST-1 is equals to fix TST-1 or FIX TST-1.

Command Attribute

The attributes in a commit command are specified by the issue tracker. Please reference them in the appropriate page in this wiki.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.