Welcome to the Jazz Community Forum
Work Item Header section missing in RTC 2.0

I have a couple process templates created in RTC 1.0.1, and imported into RTC 2.0. When I try to create a new work item or view an existing work item, the header section (like Summary, Workflow State) is missing. When I looked at the editor presentation, the default presentation from my old process template is missing the "Editor Header" section, while out-of-the-box templates have it. I did not see the "Header" section in RTC 1.0.1 default templates.
Is there a way to add the header section to my process templates?
Thanks!
Is there a way to add the header section to my process templates?
Thanks!
5 answers

I have a couple process templates created in RTC 1.0.1, and imported into RTC 2.0. When I try to create a new work item or view an existing work item, the header section (like Summary, Workflow State) is missing. When I looked at the editor presentation, the default presentation from my old process template is missing the "Editor Header" section, while out-of-the-box templates have it. I did not see the "Header" section in RTC 1.0.1 default templates.
Is there a way to add the header section to my process templates?
Thanks!
Hello,
Maybe you should look at the process configuration source and compare versions from 1.0.1 and 2.0 and copy any missing XML fragments?
kind regards,
Jakub

Hi
For the sake of completeness - the default header in 2.0 has the following content:
Summary attribute (with default kind Small HTML)
Separator
Workflow State (with a property key 'labelVisible' value 'false')
Workflow Resolution (with a property key 'labelVisible' value 'false')
Regards
Marcel
Jazz Work Item team
For the sake of completeness - the default header in 2.0 has the following content:
Summary attribute (with default kind Small HTML)
Separator
Workflow State (with a property key 'labelVisible' value 'false')
Workflow Resolution (with a property key 'labelVisible' value 'false')
Regards
Marcel
Jazz Work Item team

zrlmbi wrote:
We're also seeing this problem with RTC 2.0 Enterprise GA.
Our template was based off of Scrum 1.0 GA, and the only changes to it
were permissions changes, and an additional work item type added.
We imported the template into an RTC 2.0 GA repository, and created a
new project based on our imported template.
The summary field is missing. We found that doing the Add Header
function in the presentation editor GUI did add it back in. Do you have
any guidance on which editor presentations to edit? Obviously default,
story, and retrospective, but how about the others such as lightweight,
etc.?
Should the template import process take care of this for us?
Thanks,
Mark Ingebretson
Hi
For the sake of completeness - the default header in 2.0 has the
following content:
Summary attribute (with default kind Small HTML)
Separator
Workflow State (with a property key 'labelVisible' value 'false')
Workflow Resolution (with a property key 'labelVisible' value
'false')
Regards
Marcel
Jazz Work Item team
We're also seeing this problem with RTC 2.0 Enterprise GA.
Our template was based off of Scrum 1.0 GA, and the only changes to it
were permissions changes, and an additional work item type added.
We imported the template into an RTC 2.0 GA repository, and created a
new project based on our imported template.
The summary field is missing. We found that doing the Add Header
function in the presentation editor GUI did add it back in. Do you have
any guidance on which editor presentations to edit? Obviously default,
story, and retrospective, but how about the others such as lightweight,
etc.?
Should the template import process take care of this for us?
Thanks,
Mark Ingebretson

Hi
The template is automatically updated when migrating an 1.0 repository (containing this template) to 2.0. Only importing a template is not enough AFAIK.
The things that are added are:
- header
- lightweight creator, plan preview and web inline editor
- refactoring of subscriptions presentation to use contributor list kind
Only the editors for the work item editor need a header definition, the ones for plan preview, web inline and lightweight creator do not.
Regards
Marcel
Jazz Work Item team
The template is automatically updated when migrating an 1.0 repository (containing this template) to 2.0. Only importing a template is not enough AFAIK.
The things that are added are:
- header
- lightweight creator, plan preview and web inline editor
- refactoring of subscriptions presentation to use contributor list kind
Only the editors for the work item editor need a header definition, the ones for plan preview, web inline and lightweight creator do not.
Regards
Marcel
Jazz Work Item team