Add a query to editor presentation
Is it possible to add a query to a work item type editor presentation somehow? I'm trying to display some information (a list of 2 custom fields) about the children on the display of the parent work item. If there is a way to do this somehow, is there a way to automatically pass the ID of the current work item the query is being run from? Or to ask the querry to consider all children of the current work item? |
2 answers
Hi Michael,
Clement is correct. This type of configuration is not available out of the box. I recommend you open up an Enhancement request for this feature, otherwise, you would need to customize this feature. |
Ralph Schoon (63.3k●3●36●46)
| answered Jun 09 '13, 5:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In addition, there is no attribute type that can display pairs of values. You could use a string list and encode values there. http://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/ shows how you can access values in parent/child work items.
|
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
Hi Mike,
Thanks for the comment. I am not familiar with RTC client and server extension. But are you saying either way it would require a lot of custom development?
The reason why I want to display certain children work item attributes on the parent is we are essentially using children work items to store a list of name and value pairs for the parent work item. I couldn't find any kind of a standard attribute that would do that for us on a work item (do you have any ideas?). Our business process often leads us to read that list when we are viewing the parent item.
Yes, it would require a lot of custom development in either way.
Thank you for your question. That is what I originally wanted to do. But we couldn't determine an available attribute type to create a list of name and value pairs on the parent. Are you aware of such an attribute type that would serve the purpose of representing one to many rows of name and value pairs?