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

Custom table inside workitem

Hello Team,
I have a requirement to display list of workitems (html table) inside another workitem,
columns should be like (ID,Summary, Status, etc.)

The scenario is like, I want to populate all workitems (w2,w3,w4) that are associated with particular workitem(w1), and i have an attribute in w2,w3 & w4 to represent w1 inside them.

Please help

0 votes


Accepted answer

Permanent link
There is no built in way to do that, really.

Option 1: Create a Custom Editor Presentation which likely is complex and expensive.
Option 2: Create some kind of follow up action or calculated value provider and try to use a WIKI type attribute, where you basically generate the information. This has to be done in Java, as JavaScript does not allow to access other work items from the context of the work item they are running in. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ for a starting point.
Ralph Schoon selected this answer as the correct answer

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,939

Question asked: Nov 20 '15, 6:00 a.m.

Question was seen: 2,089 times

Last updated: Nov 20 '15, 6:55 a.m.

Confirmation Cancel Confirm