Presentation of custom field is not stable in RTC
Hi all: Does somebody has this situation: when add a custom field to the editor presentation, It can not be displayed in the web page even if you refresh N times, but when you create a new WI, you can see it after refreshing, I think it is very wired, and I found another wired thing, there is a custom field of user type(same as owner) in a WI, sometimes I can see all the user in the dropdown list, but sometimes I can't see them, why these happen? Thanks in advance! |
Accepted answer
After creating new custom attributes for Work Items:
http://www-01.ibm.com/support/docview.wss?uid=swg21372230 Ralph Schoon selected this answer as the correct answer
Comments
haizi wu
commented Aug 10 '12, 4:41 a.m.
But I can't see the Synchronize Attributes option, my client version is 3.0.1.3
Vince Thyng
commented Aug 08 '13, 4:09 p.m.
I can not find Synchronize in the menu either. Tried 3.0.1.1 and 3.0.1.5
Geoffrey Clemm
commented Aug 08 '13, 5:13 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Are you sure you are clicking in the "Type" column (you only see this menu item if you are clicking in the Type column).
|
One other answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Aug 08 '13, 5:20 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
An alternative way of synchronizing attributes (that I prefer) is to:
- open the Project Area in the Eclipse project area editor - select the Project Configuration page - Select the Project_Configuration -> Configuration_Data -> Work_Items -> Types_and_Attributes section - In the Work_Item_Types section, select the work item type with the new custom attribute. - In the Attributes section, click on the "Check Attributes Usages in repository" text. - If there are any work items of this type that do not have all the current custom attributes, it will prompt you to add them. Comments Thank you Geoffrey. I have used that method. For some troubleshooting I was hoping to run a sync on just a specific work item that was listed as not being synced with all custom.
Vince, you can do it programmatically: https://rsjazz.wordpress.com/2012/11/19/using-an-expression-to-synchronize-attributes-for-work-items-of-a-specific-type/ or just select the one work item in the Eclipse Clients Query results and synchronize as described above.
|
Your answer
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
Hi,
Is this a problem with the browser sessions cached? is it reflecting in the eclipse UI?
Thanks.
I have tried to clean browser cache and even change browser,but this situation still exsits, I feel that it is not stable, I guess it is a bug
Even I am facing the same issue. Do you get resolution for this ?
See https://jazz.net/library/article/529 for how to use it. See http://rsjazz.wordpress.com/2012/11/19/using-an-expression-to-synchronize-attributes-for-work-items-of-a-specific-type/ for more automation.
As long as the work items are not synchronized, old work items don't have them and you get a read only presentation.
Please also note the Custom tab does not exist in the Web UI, it is a Eclipse client only feature. so you have to
1. Configure presentations
2. Synchronize attributes
to be able to see the custom attributes and be able to change them.