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