How can we remove the mandatory linking of duplicate workitem?
Is it possible to remove the mandatory linking of duplicate workitem when a workitem is closed with resolution "Duplicate"?
|
One answer
Ralph Schoon (63.3k●3●36●46)
| answered Jan 13 '23, 7:36 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jan 13 '23, 7:41 a.m.
Regardless if this is a good or bad idea, it is possible to remove and create links in a follow up action (also called participant). That is a Java based server extension that is configured in the project area. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ especially https://jazz.net/library/article/1000 that explains how a follow up action is developed. There are additional code examples on the blog site that show parts of the API e.g. saving work items. https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/
|
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.
Comments
This doesn't seem wise to me. Why would you want to do that?
Without that link, you won't know what it is a duplicate of, or what duplicates a work item might have. That seems to harm the traceability of change management.