Is there a way to customize the URL parameters?
Hi Specialists
When creating a work item I want to create a specified work item with a link added
https://jazzserver/ccm/web/ ** action=com.ibm.team.workitem.newWorkItem&type=request&*
^^^
add linkparameter
One answer
There are various options to do this.
You can try to create a work item template that creates the work item and the linked work item if used. Check the documentation for work item templates.
You can create operational behavior a precondition or a follow up action that checks if the link exists and prevents the save unless there is a linked item or creates the linked work item on save. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ for the available APIS and what they allow to do.
Comments
Hi Ralph
Thanks comment!
A work item template is effective for creating a new (parent work item).
However, creating or adding link work items to "created work items"
I can not use it in such situations.
We do not want to confirm link omission.
In the course of updating work items, we want to build an editor presentation that encourages easy creation of linked work items.
The "add link button" on the link tab is often forgotten to change the type set by default.
It is an improvement and a worry for those who do not know RTC well.
Comments
Donald Nong
Feb 12 '18, 10:00 p.m.It's quite difficult to understand your question. Are you saying you want to pre-populate a link when creating a new work item?
HIROAKI JOSAKO
Feb 12 '18, 11:04 p.m.> It's quite difficult to understand your question. Are you saying you want to pre-populate a link when creating a new work item?
Yes,it is
Normally, we will add an operation from the Link tab, but many users forget this operation.
Additionally
When creating a new Workitem from the ”link menu" of the Workitem, there was a problem of mistaking "type select".
We want to reduce that we can not trace work items due to these human errors.