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
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Oct 09 '12, 5:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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/ 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
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?
Can anyone please tell me which server extension point I need to use inorder to create workitem programmatically also open in Editor UI
David : How can I do this in UI?.