RTC 4.0.1 editor presentations
I have RTC 4.0.1 installed on Windows Server 2008.
I need to create a custom workitem Change Request to synchronize with CQ record. I've added custom attributes and enumerations. I need help with presentation.
1. There are 9 editor presentations each of the name starts with com.ibm.team.workitem.editor. What are these editor presentations used for ? I could not find the details in jazz.net articles.
2. Is it best practice / recommended approach to create new editor presentation for new work item type ?
3. My understand is if the default editor presentation is edited and new attributes are added to it they will appear in the work item types that use default presentaion. Is that correct ?
Any help is much aprpeciated.
Thanks
NP
I need to create a custom workitem Change Request to synchronize with CQ record. I've added custom attributes and enumerations. I need help with presentation.
1. There are 9 editor presentations each of the name starts with com.ibm.team.workitem.editor. What are these editor presentations used for ? I could not find the details in jazz.net articles.
2. Is it best practice / recommended approach to create new editor presentation for new work item type ?
3. My understand is if the default editor presentation is edited and new attributes are added to it they will appear in the work item types that use default presentaion. Is that correct ?
Any help is much aprpeciated.
Thanks
NP
2 answers
Hello Narayanan,
The following jazz.net article should be a good starting point.
https://jazz.net/library/article/130/
And if an existing presentation is changed, the following tech note describes what actions need to be taken so existing workItems will get synced up with the new presentation.
http://www-01.ibm.com/support/docview.wss?uid=swg21372230
The following jazz.net article should be a good starting point.
https://jazz.net/library/article/130/
And if an existing presentation is changed, the following tech note describes what actions need to be taken so existing workItems will get synced up with the new presentation.
http://www-01.ibm.com/support/docview.wss?uid=swg21372230
Hi Narayan, the editor presentation are basically user interfaces for both eclipse and web clients.. Generally each workitem type can have 4 different editor presentations. The purpose of each editor presentation is mentioned here.
You may notice that if you select different Work item types like Defects, Tasks etc the editor presentations changes in the respective lists. Hence, if you are creating custom workitem types as you mentioned and you are not going to use the workitem type for which the default workitem editor is used then you can use the existing one else it is better to create a new one.
As the primary interface your custom workitem type will use the presentation editor which will be selected in the "Work Item Editor" list and the same is true for other editor presentations as well. So, Add the attributes only in the editor presentations which is selected for your custom workitem type.
You may notice that if you select different Work item types like Defects, Tasks etc the editor presentations changes in the respective lists. Hence, if you are creating custom workitem types as you mentioned and you are not going to use the workitem type for which the default workitem editor is used then you can use the existing one else it is better to create a new one.
As the primary interface your custom workitem type will use the presentation editor which will be selected in the "Work Item Editor" list and the same is true for other editor presentations as well. So, Add the attributes only in the editor presentations which is selected for your custom workitem type.