Apply changes to Editor Presentation to current and future work items
I have not been able to get RTC to apply changes to an Editor Presentation to current and future work items and am looking for advice. What I did was the following:
- I created custom attributes and then modified the default editor presentation by adding the custom attributes and deleting some standard attributes.
- I created several work items of the type that use the editor presentation that I just modified. These work items look just as I expected -- they look like the modified Editor Presentation.
-
I then realized that I forgot several important custom attributes. I created and added definitions for the custom attributes and the re-modified the default editor presentation by adding the newly created custom attributes.I saved the default editor presentation and did not receive an error message.
- I opened an existing work item that uses the Editor Presentation. The newly added attributes do not appear. I created a new work item, and the newly added attributes do not appear.
3 answers
FYI, the procedure for synchronizing attributes is also documented at the end of this Help topic https://jazz.net/help-dev/clm/topic/com.ibm.team.workitem.doc/topics/t_defining_types.html
Comments
Hello Margaret,
from the Eclipse Client, create a query that will return the work items you need to sync up
run the query
bulk select all work items
right-click the "work item type" column - most left-hand by default
in the pop-up menu, select "Synchronize Attributes"
This will sync' up work items with the new presentation, attributes.
(this has to be performed for ALL existing work items impacted by some modifications you may have performed around the work item attributes / presentation)
Hope it helps.
Eric.
You can do it in the Jazz Plain Java client. Just check out Ralph Schoon's blog post on Using an Expression to Synchronize Attributes for Work items of a Specific Type That would allow you to do this without needing the Eclipse client.
Comments
Kevin Ramer
Apr 09 '13, 1:58 p.m.Margaret Smith
Apr 09 '13, 2:02 p.m.Margaret Smith
Apr 11 '13, 12:43 p.m.Margaret Smith
Apr 11 '13, 12:43 p.m.