How to populate parent data in Child?
I want to populate some data from parent(example summary, description fields of parent to child summary and description fields) to child when we link work item to parent using 'set Children'(It will popup window their we have option to create new work item). I am just blank. Give me suggestion how to do this?
One answer
I am not sure if this is possible. I don't think there is an explicit extension point.
Look here: https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2 , https://jazz.net/library/article/782 , https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2 , https://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/index.html
Those are the places to look I am aware of. Not sure if that helps. If you can realize that as a followup action look here https://jazz.net/library/article/1000 and here http://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/
Look here: https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2 , https://jazz.net/library/article/782 , https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2 , https://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/index.html
Those are the places to look I am aware of. Not sure if that helps. If you can realize that as a followup action look here https://jazz.net/library/article/1000 and here http://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/
Comments
And https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation shows how to use Eclipse menu and action extension points to create a new menu entry.
Comments
David Olsen
JAZZ DEVELOPER Oct 08 '12, 4:55 p.m.Are you trying to do this in the UI? Or are you trying to write an extension to RTC to do it and want to know what code to write?
Nilesh Patil
Oct 09 '12, 4:58 a.m.Can anyone please tell me which server extension point I need to use inorder to create workitem programmatically also open in Editor UI
Nilesh Patil
Oct 11 '12, 2:58 a.m.David : How can I do this in UI?.