Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to link a task under the tracks of Adoption work-item

String taskId=222
int adoptionId=111
IWorkItem workItem = workItemClient.findWorkItemById(id, IWorkItem.FULL_PROFILE, progressMonitor);
String workItemType = workItem.getWorkItemType();
if (workItemType.equalsIgnoreCase("com.ibm.team.workItemType.adoption")) {
// logic for link theĀ  "Task" work-item to "Adoption Item" under the Tracks
}

0 votes


Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927

Question asked: May 31 '21, 8:31 a.m.

Question was seen: 1,020 times

Last updated: Jun 01 '21, 2:15 p.m.

Related questions
Confirmation Cancel Confirm