Custom attributes not being showed in work items.
Hi all,
I have created several custom attributes and changed the presentation to show them. 1 of the 3 attributes is shown on both old and new workitems, but the other 2 of the 3 are not being shown anyway. I have tried to synchronize attribute, but still no good.
All of the three attributes can be selected in a workitem query. The default values of the 2 not-being-shown attributed are displayed in the query result.
Any suggestion to resolve it is high appreciated.
I wish I could have posted screenshot here.
Best regards,
James
Accepted answer
Hi all,
Thanks for the help. It was my stupid mistake.
The attribute not being shown was added to the wrong category. The attribute is used in a new work item type 'release_package'. I did a mistake to add the attribute under the default work item.
Not working/showing if I put the attribute under this default cateogry.
<customAttributes category="com.ibm.team.workitem.workItemType">
<customAttribute id="eistech" name="EisTech" type="idEisTechnology"/>
This is working now if I put the attribute under my own intended workitem category.
<customAttributes category="release_package">
<customAttribute id="eistech" name="EisTech" type="idEisTechnology"/>
The presentation editor showed the attribute regardless of the category. However, it won't be shown if it is under a wrong category.
2 other answers
Hey , i have worked on custom attributes i suppose your custom attributes can be calculated values for example. So to show those custom attributes in all work items you need to save every work item and that attributes will start to be visible.
Try to save old work items with minor change like adding . in description. I hope this will help you
Try to save old work items with minor change like adding . in description. I hope this will help you
Comments
Don Yang
Jun 25 '15, 7:44 p.m.what is RTC version and any ifix applied? what type of custom attributes for both showing up and not showing up?
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 26 '15, 5:34 a.m.Where are they showing up? In Eclipse? did you add the presentations to the editiors?
James Cheung
Jul 06 '15, 12:50 p.m.Hi Don and Ralph,