It's all about the answers!

Ask a question

How to add link in command line when using gitAdapter?


Dong Young Kim (1931920) | asked Jul 17 '13, 2:42 a.m.
JAZZ DEVELOPER
Situation : Most of developers are using command line.
Implication: It's not practical to use web browser every time to add link to work item.

Proposal: I'd like to know if there is a way to add link to work item in command line as do in web browser.

Accepted answer


permanent link
Robin Bobbitt (59679) | answered Jul 17 '13, 8:52 a.m.
edited Jul 17 '13, 8:53 a.m.
The primary use case of the Git adapter is the developer works in command line (or other Git client), commits his change with a message such as "Created Foo.java to fix bug 123", and pushes his change to the shared repository. A pre-receive hook provided by the Git adapter parses the commit message, finds "bug 123", and automatically creates the link between the commit and the RTC work item.
Dong Young Kim selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.