Any setting to disable tagging of keywords in workitem
Hi, we are doing import of workitems from any other repository to RTc using item connector framework , but facing issues due to automatic link detection feature by RTC . SO if another repository talk about 'defect xxx' in their comments we dont want it to create link with some 'xxx' workitem in RTC , since defect id's are not same here in RTC..
Is there way to disable it?? Thanks Megha |
2 answers
This is a problem that many users are facing. Here are the outstanding work items that you can track.
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/218168 https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/204058 |
one hack you can do is put an extra space between the keyword and the number:
for example: replace "task 1" with "task 1"; replace "workitem 2" with "workitem 2". This confuses the link-creation process :) Comments
megha mittal
commented Mar 09 '16, 5:05 a.m.
Thanks Atul. But will not work in our case as we are doing it programmatically. Was looking for some option in UI at project area level to do it, dont want to make changes to code for it .Because some teams using connector may need it .
Atul Kumar
commented Mar 09 '16, 5:17 a.m.
I guess, doing it programmatically (and changing connector code) is the only option till they provide it as a project area configuration.
|
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.