Linking a Gerrit change and a change request in a nondefault, registered Rational Team Concert project

Specify a Rational Team Concert™ change request number and project name of a registered project in your Git commit message.

About this task

Complete your Git work as you normally would.

When writing the commit message, you must include the request tag bug followed by the number of the Rational Team Concert change request to which you are linking. You must also specify the full Rational Team Concert project name or the project abbreviation that was specified when the project was registered. Any errors are printed in the results of the Git push.

Note: Bug is the default request tag. Your system administrator can modify this value when configuring the receive hook.
You can use any of the following forms, where bug is the request tag. Note there is no space between the request tag and project name specification.

Example

 1 Fixed the instructions in the shared readme file 
2 
3 Updated the instructions in the shared readme file 
4 fix bug(JKE) 12 

Feedback