how to hide or de-activate fields inside work item template based on selecting some particular value in another field
Accepted answer
See
https://jazz.net/library/article/1277
https://jazz.net/library/article/130
https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.workitem.doc%2Ftopics%2Ft_customize_work_item_editor_web.html
Comments
yes you are right. I meant work item editor. Meanwhile I found the documentation about Server side Plugin RTC (Web UI Extensions), which I can use to write own extensions and modify the UI behavior like hide fields, add new fields in WI editor.
https://jazz.net/forum/questions/86628/is-it-possible-to-create-ui-extension-for-rtc-web-client
https://jazz.net/library/LearnItem.jsp?href=content/docs/web-ui-programming/index.html
You should not take extending RTC lightly, especially the UI. That can be very complicated and expensive. A lot of the documents you mention are old. Use the built in capabilities such as read only by condition or read only by type and state.
Many Thanks Ralph for your Answer. Could you please give some hint/more info about the built in capabilities such as read only by condition or by type and state. where I can find more information about it.
Comments
Donald Nong
Jun 21 '16, 9:38 p.m.Are you talking about the work item template (with prefilled values) or the work item editor (the form you get when creating a new work item)?
Aley Zaidi
Jun 22 '16, 4:49 a.m.Sorry, you are right. I meant Work Item Editor.