It's all about the answers!

Ask a question

Broken: RTC-GitHub integration fails to identify newly defined keywords


Param S (278) | asked Jan 27 '22, 4:05 p.m.

In this URL Defining new keywords, it says post 6.0, new keywords can be defined by using a Git configuration property named rtc.wikeywords as below:

git config --global rtc.wikeywords "ticket,issue"

So I setup my Jazz.net project (7.0.2) with a GitHub repository using a user common to both systems, and cloned the GitHub repository on my Windows system.
Thereafter I looked up the Program Epic work item in the RTC project, which has the alias epic.

So I configured my system's git configuration as
git config --global rtc.wikeywords "epic"

But even after setting these global settings in the folder containing .git folder,
when I added "epic" as a word in the commit message,
none of the pushed commits were reflected in the Links section of the RTC work item.

Am I doing something wrong or is there something more needed to be done?

One answer



permanent link
Daniel Moul (4.9k1118) | answered Feb 01 '22, 8:51 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

Solving this might require some detailed debugging best done in a support case.

Your answer


Register or to post your answer.