RTC 6 crate a new WI using script based on the selections of current WI
I wanted to see if I can call the creation of new Work Item based on the selection of the current work Item, for example if the user select a check box about that the current process must be turn on different process defined for other Work Item type then the system automatically attempt to open WI once the current one is saved.
Is there any example clue if with java scrip can we do that?
Thank you
|
Be the first one to answer this question!
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
I have not done that before but I think your options are quite limited if you stick with JavaScript. Note that when "the current on is saved", you are relying on JavaScript on the server side, not the client side.