|
JIRA Studio allows users to action issues via commit commands. These issue actions include workflow transitions. The default JIRA workflow transitions are mapped to the following commit commands with equivalent names:
|
If you use a custom workflow, you might want to add commit commands for custom workflow transitions and edit the commit commands for existing workflow transitions.
Note, changes to commit commands are independent of the workflow itself. Hence, you do not need to create a workflow when editing the commit commands for an active workflow.
Adding a new commit command
To add a new commit command:
- Log in as an administrator, click the menu labelled with your user name in the JIRA Studio header, and select 'Administration'. The administration console will display with the 'General' tab active.
- Click the 'Source' tab. The Source administration console will display.
- Click the 'Commit Commands' option in the left menu. The 'Commit Notification Command Mappings' page will display.
- Click the 'Add workflow command mapping' link. The 'Edit workflow command mapping details' page will display.
- Enter the following details:
- Command — the text that is entered into the commit message to call this command. When you use the command in commit messages, enter a preceding hash symbol (#) before the command.
- Transition — the workflow transition that this command triggers
- System Transition — system transitions are built-in transitions from the default workflow. These cannot be added or removed from command mappings.
Editing a commit command
To edit a commit command:
- Log in as an administrator, click the menu labelled with your user name in the JIRA Studio header, and select 'Administration'. The administration console will display with the 'General' tab active.
- Click the 'Source' tab.The Source administration console will display.
- Click the 'Commit Commands' option in the left menu. The 'Commit Notification Command Mappings' page will display.
- Click the 'Edit' link for the commit command that you want to edit. The 'Edit workflow command mapping details' page will display.
- Update the following details, as needed:
- Command — the text that is entered into the commit message to call this command. When you use the command in commit messages, enter a preceding hash symbol (#) before the command.
- Transition — the workflow transition that this command triggers
- System Transition — system transitions are built-in transitions from the default workflow. These cannot be added or removed from command mappings.
Deleting a commit command
To delete a commit command:
- Log in as an administrator, click the menu labelled with your user name in the JIRA Studio header, and select 'Administration'. The administration console will display with the 'General' tab active.
- Click the 'Source' tab. The Source administration console will display.
- Click the 'Commit Commands' option in the left menu. The 'Commit Notification Command Mappings' page will display.
- Click the 'Delete' link for the commit command that you want to delete.






