It's all about the answers!

Ask a question

RTC Defect Work Item Does Not Show Summary


Chris Barlock (18814738) | asked Feb 21 '13, 11:15 a.m.
On one of the RTC projects I use, Defects show the Summary in the iteration plan, but when you open the defect the summary is missing -- along with the two boxes that show the defect state.  I also noticed a tab named "none" that has no content.  I expect someone editing something that they should not have, but what?

Thanks,

Chris

Comments
Kevin Ramer commented Feb 21 '13, 12:46 p.m.

I distilled this down to the wrong value for layout in the process XML

<tab id="com.ibm.team.workitem.editor.default.internalHeader" layout="builtInOverviewLayout">
    <section sectionId="com.ibm.team.workitem.header.default" title="none"/>
</tab>

Should instead be:

<tab id="com.ibm.team.workitem.editor.default.internalHeader"
      layout="internalHeader>
      <section sectionId="com.ibm.team.workitem.header.default" title="none"/>
</tab>

This appeared early in the history of the project configuration (within the 1st few months)

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Feb 21 '13, 11:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Feb 21 '13, 11:40 a.m.
Hi Chris,

most likely someone modified the Editor Presentations, either modifying a default editor presentation, or by changing the selected ones.

You can edit the editor presentation bindings in the Project Configuration in the Work Items section. There are 4 different editor presentations for different contexts.
Chris Barlock selected this answer as the correct answer

Comments
Chris Barlock commented Feb 21 '13, 12:20 p.m.

Yes, I found this to be the case by comparing two different RTC projects.

One other answer



permanent link
Kevin Ramer (4.5k8183200) | answered Feb 21 '13, 11:43 a.m.
Yes, I can confirm this has happened.  In the default presentation the Header section has turned up as 'none'.  The configuration editor will now offer to Add Header in the project configuration.

I guess Chris is fatigued with our problem reporting system....

Your answer


Register or to post 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.