Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

Error in webui creating my own work item

I'm trying to take the Retrospective work item type from the Scrum template and copying it into my existing process. I now see the choice to create a Retrospective, but when I say to create it in the webui, I get the following error:

TypeError: section.presentations has no properties

I think I'm copying everything over that I need to, but I still don't see the problem. Any ideas?

0 votes



4 answers

Permanent link
I get a similar error in the Web UI, when I do a query for retrospective.

It says, this query_links has no properties.

I'll also look around.

0 votes


Permanent link
I suspect that you only grabbed the work item type definition but not
the editor presentation associated with that work item type. The editor
presentation is also specified in the process specification within the
configuration data section.

Kai
Jazz Process Team

shawnlauzon wrote:
I'm trying to take the Retrospective work item type from the Scrum
template and copying it into my existing process. I now see the
choice to create a Retrospective, but when I say to create it in the
webui, I get the following error:

TypeError: section.presentations has no properties

I think I'm copying everything over that I need to, but I still don't
see the problem. Any ideas?

0 votes


Permanent link
I would suspect that also, except it doesn't seem to be the case. I have this in my Process Specification, which I copied from a sample Scrum process which I created.

<editor id="com.ibm.team.workitem.editor.retrospective">
<tab tabId="com.ibm.team.workitem.tab.retroOverview" title="Overview"/>
<tab tabId="com.ibm.team.workitem.tab.links" title="Links"/>
<tab tabId="com.ibm.team.workitem.tab.customAttributes" title="Custom">
<property key="hideIfEmpty" value="true"/>
</tab>
<tab tabId="com.ibm.team.workitem.tab.history" title="History"/>
</editor>
<section id="com.ibm.team.workitem.section.RetroDetails">
<presentation attributeId="com.ibm.team.workitem.attribute.creationdate">
<property key="readonly" value="true"/>
</presentation>
<presentation attributeId="com.ibm.team.workitem.attribute.creator">
<property key="readonly" value="true"/>
</presentation>
<presentation id="com.ibm.team.workitem.presentation.teamArea" kind="com.ibm.team.workitem.kind.internal.teamarea"/>
<presentation kind="com.ibm.team.workitem.kind.separator"/>
<presentation attributeId="com.ibm.team.workitem.attribute.category" kind="com.ibm.team.workitem.kind.internal.category"/>
<presentation kind="com.ibm.team.workitem.kind.separator"/>
<presentation attributeId="com.ibm.team.workitem.attribute.owner">
<property key="warningMessage" value="Owner does not belong to Team Area"/>
</presentation>
<presentation attributeId="com.ibm.team.workitem.attribute.target" kind="com.ibm.team.workitem.kind.internal.target"/>
<presentation attributeId="com.ibm.team.workitem.attribute.resolutiondate">
<property key="readonly" value="true"/>
<property key="hideIfEmpty" value="true"/>
</presentation>
<presentation attributeId="com.ibm.team.workitem.attribute.resolver">
<property key="readonly" value="true"/>
<property key="hideIfEmpty" value="true"/>
</presentation>
<presentation kind="com.ibm.team.workitem.kind.separator"/>
</section>
<tab id="com.ibm.team.workitem.tab.retroOverview" layout="builtInOverviewLayout">
<section sectionId="com.ibm.team.workitem.section.RetroDetails" slot="details" title="Details"/>
<section sectionId="com.ibm.team.workitem.section.linksSummary" slot="linksSummary" title="Quick Information"/>
<section sectionId="com.ibm.team.workitem.section.description" slot="description" title="Description"/>
<section sectionId="com.ibm.team.workitem.section.discussion" slot="discussion" title="Discussion"/>
</tab>

0 votes


Permanent link
shawnlauzon wrote:
I'm trying to take the Retrospective work item type from the Scrum
template and copying it into my existing process. I now see the
choice to create a Retrospective, but when I say to create it in the
webui, I get the following error:

TypeError: section.presentations has no properties

I think I'm copying everything over that I need to, but I still don't
see the problem. Any ideas?


The editor presentations description looks fine. Be aware that the
editor has to be bound to the workitem type, too (otherwise the default
editor will be used).
To reproduce the problem, we need a bit more context. IMO the best way
is to open a defect against Work Items and attach your (whole) process
specification.

Regards

Marcel
Jazz Work Item team

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 14 '08, 3:32 p.m.

Question was seen: 5,127 times

Last updated: Apr 14 '08, 3:32 p.m.

Confirmation Cancel Confirm