How to add link in command line when using gitAdapter?
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
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
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.