It's all about the answers!

Ask a question

How to assign the work item type in Project Specification


Sutthi Bualek (414) | asked Dec 13 '07, 11:10 p.m.
I can create new work items but I cannot assign work item type to default instance in Process Specification.
So all default instances will be Task.

Is it possible to specify the type for a default work item in the process specification?

7 answers



permanent link
Elisabeth Carbone (616108) | answered Dec 14 '07, 11:12 a.m.
JAZZ DEVELOPER
This seems not to be possible yet. Please see WI 31219 and WI 37849

permanent link
Sutthi Bualek (414) | answered Dec 16 '07, 10:29 p.m.
Thank you, Elisabeth! :wink:

permanent link
Sutthi Bualek (414) | answered Dec 18 '07, 6:06 a.m.
I prepare new work item type named "Activity" and "Work Product" as display below.

"Work Product" - I configure as Task and Defect
"Activity" - I configure as Risk

Then, on the TeamConcert, I can create and save new "Work Product" work item but I cannot create and save new "Activity" work item.

Please tell me what I should do.

<type id="com.ibm.team.workitem.workItemType.activity" name="Activity" category="com.ibm.team.workitem.workItemType.activity" dimmedicon="" icon=""/>
<type id="work_product" name="Work Product" category="com.ibm.team.workitem.workItemType" dimmedicon="" icon=""/>
<type id="defect" name="Defect" category="com.ibm.team.workitem.workItemType" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug_dim.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug.gif">
<alias name="bug"/>
</type>
<type id="task" name="Task" category="com.ibm.team.workitem.workItemType" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task_dim.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task.gif">
<alias name="work item"/>
<alias name="workitem"/>
<alias name="item"/>
</type>
<type id="enhancement" name="Enhancement" category="com.ibm.team.workitem.workItemType" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt_dim.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt.gif"/>
<type id="com.ibm.team.workitem.workItemType.risk" name="Risk" category="com.ibm.team.workitem.workItemType.risk" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"/>

permanent link
Andre Weinand (4811) | answered Dec 18 '07, 8:28 a.m.
What version of RTC are you using?
This area has changed a lot on M4 (beta 2).
--andre

On 2007-12-18 12:08:01 +0100, sutthi@osellus-dot-com.no-spam.invalid
(sutthi) said:

I prepare new work item type named "Activity" and "Work
Product" as display below.

"Work Product" - I configure as Task and Defect
"Activity" - I configure as Risk

Then, on the TeamConcert, I can create and save new "Work
Product" work item but I cannot create and save new
"Activity" work item.

Please tell me what I should do.

type id="com.ibm.team.workitem.workItemType.activity"
name="Activity"
category="com.ibm.team.workitem.workItemType.activity"
dimmedicon="" icon=""/
type id="work_product" name="Work Product"
category="com.ibm.team.workitem.workItemType"
dimmedicon="" icon=""/
type id="defect" name="Defect"
category="com.ibm.team.workitem.workItemType"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug_dim.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug.gif"



alias name="bug"/
/type
type id="task" name="Task"
category="com.ibm.team.workitem.workItemType"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task_dim.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task.gif"



alias name="work item"/
alias name="workitem"/
alias name="item"/
/type
type id="enhancement" name="Enhancement"
category="com.ibm.team.workitem.workItemType"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt_dim.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt.gif"/

<type

id="com.ibm.team.workitem.workItemType.risk"
name="Risk"
category="com.ibm.team.workitem.workItemType.risk"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"/



>

permanent link
Sutthi Bualek (414) | answered Dec 18 '07, 9:15 p.m.
Hi Andre,

I'm using version 1.0 Beta 2.

Thanks,
Sutthi

What version of RTC are you using?
This area has changed a lot on M4 (beta 2).
--andre

On 2007-12-18 12:08:01 +0100, sutthi@osellus-dot-com.no-spam.invalid
(sutthi) said:

I prepare new work item type named "Activity" and "Work
Product" as display below.

"Work Product" - I configure as Task and Defect
"Activity" - I configure as Risk

Then, on the TeamConcert, I can create and save new "Work
Product" work item but I cannot create and save new
"Activity" work item.

Please tell me what I should do.

type id="com.ibm.team.workitem.workItemType.activity"
name="Activity"
category="com.ibm.team.workitem.workItemType.activity"
dimmedicon="" icon=""/
type id="work_product" name="Work Product"
category="com.ibm.team.workitem.workItemType"
dimmedicon="" icon=""/
type id="defect" name="Defect"
category="com.ibm.team.workitem.workItemType"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug_dim.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug.gif"



alias name="bug"/
/type
type id="task" name="Task"
category="com.ibm.team.workitem.workItemType"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task_dim.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task.gif"



alias name="work item"/
alias name="workitem"/
alias name="item"/
/type
type id="enhancement" name="Enhancement"
category="com.ibm.team.workitem.workItemType"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt_dim.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt.gif"/

<type

id="com.ibm.team.workitem.workItemType.risk"
name="Risk"
category="com.ibm.team.workitem.workItemType.risk"
dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"
icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"/



>

permanent link
Andre Weinand (4811) | answered Dec 19 '07, 4:48 a.m.
Can you give me exact steps what you are trying to do?
Are all you work item types listed in the New Work Item action's drop
down menu?
Are there any error dialogs or error log entries?

Thanks,
--andre

On 2007-12-19 03:17:53 +0100, sutthi@osellus-dot-com.no-spam.invalid
(sutthi) said:

Hi Andre,

I'm using version 1.0 Beta 2.

Thanks,
Sutthi

What version of RTC are you using?
This area has changed a lot on M4 (beta 2).
--andre

On 2007-12-18 12:08:01 +0100, sutthi@osellus-dot-com.no-spam.invalid

(sutthi) said:

I prepare new work item type named "Activity" and
"Work
Product" as display below.

"Work Product" - I configure as Task and Defect
"Activity" - I configure as Risk

Then, on the TeamConcert, I can create and save new "Work
Product" work item but I cannot create and save new
"Activity" work item.

Please tell me what I should do.

type id="com.ibm.team.workitem.workItemType.activity"
name="Activity"
category="com.ibm.team.workitem.workItemType.activity"
dimmedicon="" icon=""/
type id="work_product" name="Work Product"
category="com.ibm.team.workitem.workItemType"
dimmedicon="" icon=""/
type id="defect" name="Defect"
category="com.ibm.team.workitem.workItemType"

dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug_dim.gif"

icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug.gif"


alias

name="bug"/
/type
type id="task" name="Task"
category="com.ibm.team.workitem.workItemType"

dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task_dim.gif"

icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task.gif"


alias

name="work item"/
alias name="workitem"/
alias name="item"/
/type
type id="enhancement" name="Enhancement"
category="com.ibm.team.workitem.workItemType"

dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt_dim.gif"

icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt.gif"/
<type

id="com.ibm.team.workitem.workItemType.risk"
name="Risk"
category="com.ibm.team.workitem.workItemType.risk"

dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"

icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"/





>

permanent link
Sutthi Bualek (414) | answered Dec 19 '07, 5:56 a.m.
Hi Andre,

Here are my steps,
1. Create new Work Item Type named "Activity" and "Work Product"
2. Create new custom field of "HTML" kind for only "Activity".
(So I think I need to create Activity with non-default category, am I correct?)

On the TeamConcert, there are my new work item types in list of New Work Item and my custom field is displayed correctly but I cannot save. There is error "Error running operation 'Saving Work Item'".

If I use category "com.ibm.team.workitem.workItemType", I can save. But I'd like to create separate work item form for only Activity.

This is my really requirement.


<?xml version="1.0" encoding="UTF-8"?>
<process-specification xmlns="http://com.ibm.team.process">
<role-definitions>
<role-definition cardinality="many" description="A" role-id="PP1"/>
<role-definition cardinality="many" description="A" role-id="PP2"/>
<role-definition cardinality="many" description="A" role-id="PP3"/>
<role-definition cardinality="many" description="A" role-id="PP4"/>
<role-definition cardinality="many" description="A" role-id="PR4"/>
<role-definition cardinality="many" description="A" role-id="PR5"/>
<role-definition cardinality="many" description="A" role-id="PR6"/>
<role-definition cardinality="many" description="A" role-id="PR7"/>
<role-definition cardinality="many" description="" role-id="PR8"/>
</role-definitions>
<project-configuration>
<initialization>
<client-initialization>
<followup-actions>
<followup-action id="com.ibm.team.process.client.runAssignedWorkitemsQuery" name="Show Initial Work Items" description="Runs a query which displays any assigned work items." optional="true"/>
</followup-actions>
</client-initialization>
<server-initialization>
<followup-actions>
<followup-action id="com.ibm.team.process.server.setUpProject" name="Setup Project" description="Initializes a project area with the pieces necessary to start work on a project.">
<team-area name="${project-area-name} Team" development-line="00ad2742c0a80147c202f9c4a52c7a78"/>
<stream name="${project-area-name}" description="Main collaboration stream for ${team-area-name}"/>
<workspace name="${project-area-name}" description="Initial repository workspace for the creator of ${project-area-name}"/>
<workitems>
<workitem summary="Define a new build" description="Define a new build

To define a new build for your team area:

1. Open the "Team Artifacts" view and expand the node corresponding to your connected project area.

2. Right-click the "Builds" node and select New->Build Definition and follow the prompts in the wizard.

For additional details on defining build definitions using the "Build Definition" wizard, consult the
"Getting Started" guide on jazz.net (https://jazz.net/learn/LearnItem.jsp?href=getting-started.html)"/>
<workitem summary="Share code with Jazz Source Control" description="Share code with Jazz Source Control

To share code in your Eclipse workspace with the Jazz stream created during process initialization:

1. Select a project you wish to share, right-click and select Team->Share Project...

2. In the "Share Project" Wizard, select "Jazz Source Control" and select "Next"

3.On the "Projects" page, select any additional projects you wish to share and select "Next".

4. On the "Jazz Repository" page, select the repository in which you created your project area and select "Next"

5. On the "Select Component" page, you should see a repository workspace with the same name as the project area you created.
Expand the repository workspace and you will see a component with the same name. Select this component and select "Next". Review the ignored resources on the next page and then select "Finish" to share your code with the specified component and repository workspace.

6. Now that the code has been shared to your repository workspace, you need to deliver it from your workspace to the stream created during initialization of the process. To do this, open the "Pending Changes" view.

7. In the "Pending Changes" view, you should see one outgoing change from your repository workspace. Right-click on the repository workspace and select "Deliver" to deliver your code to the stream associated with your team area."/>
<workitem summary="Define iterations" description="Define iterations

When the project area was initialized as defined by the open-up process an initial development line "Product Development" has been created. Within the development line three levels of iterations have been created for you: project phases (e.g.,"Inception"), iterations (e.g., "I1"), and iteration phases (e.g., "Inception Work").

Please consult the open-up process description to learn about the meaning of these types of iterations.

To edit, delete, duplicate or add additional development lines and iterations:

1. Open the "Project Area Editor" by right-clicking on the project area in the "Team Artifacts" or "Team Organization" view and selecting "Open".

2. Go to the "Iterations Summary" section in the editor. To create a new iteration, use either the "Create..." action or the "Duplicate..." action on an existing iteration.

3. To define the start and end dates for an existing iteration, use the "Edit..." action on an existing iteration."/>
<workitem summary="Define categories for work items" description="Define categories for work items

To define the work item categories for the project area:

1. Open the "Project Area Editor" by right-clicking on the project area in the "Team Artifacts" or "Team Organization" view and selecting "Open"

2. Go to the "Work Item Categories" tab.

3. Define categories for work items as well as associate categories with the team areas responsible for the category."/>
<workitem summary="Define team members" description="Define the team members for the project area as well as the team area

To define team members for a team area or project area:

1. Open the team area or project area editor by right-clicking on the project or team area in the "Team Artifacts" or "Team Organization" view and selecting "Open".

2. On the "Overview" page of the editor, there is a "Members" section. To create a new user and add them as a member of the team, select the "Add" button

3. In the "Add Team Members" dialog, select the user(s) you wish to add to your team or project area or select "Create New User" to define a new user and add them as a member of the team or project area.

4. Consider what roles individuals working on your project will assume and what role-specific process should apply to each role. In addition, you will want to consider what permissions to grant to individuals in these roles. For additional guidance on platform and process permissions, see the "Getting Started" available from jazz.net (https://jazz.net/learn/LearnItem.jsp?href=getting-started.html)

5. Invite new team members to join the team by selecting the team member in the "Members" section, right click and select "Invite to Join Team...". This allows you to configure an email invitation that is set to the new team member. The new team member can accept the invitation with "File->Accept Team Invitation...". The invitation will quickly setup their Eclipse workspace to work with the team."/>
<workitem summary="Define vision" description="Define the vision for the future system. Describe the problem and features based on Stakeholder requests.

The solution is proposed for a problem that everybody agrees on. Stakeholders collaborate with the development team to express and document their problems, needs, and potential features for the system to be, so the project team can better understand what has to be done."/>
<workitem summary="AC1" description="A"/>
<workitem summary="AC2" description="A"/>
<workitem summary="AC_Native1" description=""/>
<workitem summary="AC_Native2" description=""/>
<workitem summary="AC1(1)" description="A"/>
<workitem summary="AC2(1)" description="A"/>
<workitem summary="AC3" description=""/>
<workitem summary="WP1" description="A"/>
<workitem summary="WP2" description="A"/>
<workitem summary="WP3" description="A"/>
</workitems>
</followup-action>
<followup-action id="com.ibm.team.reports.service.setUpProject" name="Setup Project for Reports" description="Deploys some pre-defined reports to the project area." optional="true">
<reports>
<report name="Blocking Work Items" id="workitems.BlockingWorkItems" description="Blocking Work Items" plugin="com.ibm.team.examples.reports.common" file="Blocking Work Items.rptdesign" folder="Work Items"/>
<report name="Build Health" id="build.BuildHealth" description="Build Health" plugin="com.ibm.team.examples.reports.common" file="Build Health.rptdesign" folder="Build"/>
<report name="Code Coverage" id="build.CodeCoverage" description="Code Coverage" plugin="com.ibm.team.examples.reports.common" file="Code Coverage.rptdesign" folder="Build"/>
<report name="Code Health" id="build.CodeHealth" description="Code Health" plugin="com.ibm.team.examples.reports.common" file="Code Health.rptdesign" folder="Build"/>
<report name="Frequent Test Failures" id="build.FrequentTestFailures" description="Frequent Test Failures" plugin="com.ibm.team.examples.reports.common" file="Frequent Test Failures.rptdesign" folder="Build"/>
<report name="Frequent Test Regessions" id="build.FrequentTestRegessions" description="Frequent Test Regressions" plugin="com.ibm.team.examples.reports.common" file="Frequent Test Regressions.rptdesign"/>
<report name="Latest Repository Metrics" id="repository.LatestRepositoryMetrics" description="Latest Repository Metrics" plugin="com.ibm.team.examples.reports.common" file="Latest Repository Metrics.rptdesign" folder="Repository"/>
<report name="Latest Repository Metrics by Namespace" id="repository.LatestRepositoryMetricsByNamespace" description="Latest Repository Metrics by Namespace" plugin="com.ibm.team.examples.reports.common" file="Latest Repository Metrics by Namespace.rptdesign" folder="Repository"/>
<report name="New Work Items by Severity" id="workitems.NewWorkItemsBySeverity" description="New Work Items by Severity" plugin="com.ibm.team.examples.reports.common" file="New Work Items by Severity.rptdesign" folder="Work Items"/>
<report name="Open vs Closed Work Items" id="workitems.OpenVsClosedWorkItems" description="Open vs Closed Work Items" plugin="com.ibm.team.examples.reports.common" file="Open vs Closed Work Items.rptdesign" folder="Work Items"/>
<report name="Open vs Closed Work Items by Severity" id="workitems.OpenVsClosedWorkItemsBySeverity" description="Open vs Closed Work Items by Severity" plugin="com.ibm.team.examples.reports.common" file="Open vs Closed Work Items by Severity.rptdesign" folder="Work Items"/>
<report name="Open Work Items by Type" id="workitems.OpenWorkItemsByType" description="Open Work Items by Type" plugin="com.ibm.team.examples.reports.common" file="Open Work Items by Type.rptdesign" folder="Work Items" isDefault="true"/>
<report name="Project Activity" id="scm.ProjectActivity" description="Project Activity" plugin="com.ibm.team.examples.reports.common" file="Project Activity.rptdesign" folder="Source Control"/>
<report name="Repository Metrics" id="repository." description="Repository Metrics" plugin="com.ibm.team.examples.reports.common" file="Repository Metrics.rptdesign" folder="Repository"/>
<report name="Repository Metrics by Namespace" id="repository.RepositoryMetrics" description="Repository Metrics by Namespace" plugin="com.ibm.team.examples.reports.common" file="Repository Metrics by Namespace.rptdesign" folder="Repository"/>
<report name="Work Item Comparison" id="workitems.WorkItemComparison" description="Work Item Comparison" plugin="com.ibm.team.examples.reports.common" file="Work Item Comparison.rptdesign" folder="Work Items"/>
<report name="Work Items by Priority" id="workitems.WorkItemsByPriority" plugin="com.ibm.team.examples.reports.common" description="Work Items by Priority" file="Work Items by Priority.rptdesign" folder="Work Items"/>
<report name="Micro Blocking Work Items" id="workitems.MicroBlockingWorkItems" description="Blocking Work Items" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Blocking Work Items.rptdesign"/>
<report name="Micro Closed Work Items by Priority" id="workitems.MicroClosedWorkItemsByPriority" description="Closed Work Items by Priority" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Closed Work Items by Priority.rptdesign"/>
<report name="Micro New Work Items by Severity" id="workitems.MicroNewWorkItemsBySeverity" description="New Work Items by Severity" plugin="com.ibm.team.examples.reports.common" file="micro/Micro New Work Items by Severity.rptdesign"/>
<report name="Micro Open vs Closed Work Items" id="workitems.MicroOpenVsClosedWorkItems" description="Open vs Closed Work Items" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Open vs Closed Work Items.rptdesign"/>
<report name="Micro Open vs Closed Work Items by Severity" id="workitems.MicroOpenVsClosedWorkItemsBySeverity" description="Open vs Closed Work Items by Severity" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Open vs Closed Work Items by Severity.rptdesign"/>
<report name="Micro Open Work Items by Priority" id="workitems.MicroOpenWorkItemsByPriority" description="Open Work Items by Priority" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Open Work Items by Priority.rptdesign"/>
<report name="Micro Open Work Items by Type" id="workitems.MicroOpenWorkItemsByType" description="Open Work Items by Type" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Open Work Items by Type.rptdesign"/>
<report name="Micro Work Item Comparison" id="workitems.MicroWorkItemComparison" description="Work Item Comparison" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Work Item Comparison.rptdesign"/>
<report name="Micro Stream Sizing" id="scm.streams_micro" description="Micro Stream Sizing" plugin="com.ibm.team.examples.reports.common" file="micro/Micro Stream Size Counts.rptdesign"/>
</reports>
</followup-action>
</followup-actions>
</server-initialization>
</initialization>
<permissions>
<role id="default">
<project-operation id="com.ibm.team.process.server.saveProjectArea">
<action id="any"/>
</project-operation>
<project-operation id="com.ibm.team.workitem.server.saveCategory">
<action id="any"/>
</project-operation>
<project-operation id="com.ibm.team.dashboard.server.saveProjectDashboard">
<action id="any"/>
</project-operation>
<project-operation id="com.ibm.team.dashboard.server.savePersonalDashboard">
<action id="any"/>
</project-operation>
<project-operation id="com.ibm.team.workitem.server.saveAttachment">
<action id="any"/>
</project-operation>
</role>
</permissions>
<data>
<configuration-data xmlns="http://com.ibm.team.workitem/workitemTypes" id="com.ibm.team.workitem.configuration.workItemTypes">
<type id="com.ibm.team.workitem.workItemType.activity" name="Activity" category="com.ibm.team.workitem.workItemType.activity" dimmedicon="" icon=""/>
<type id="work_product" name="Work Product" category="com.ibm.team.workitem.workItemType" dimmedicon="" icon=""/>
<type id="defect" name="Defect" category="com.ibm.team.workitem.workItemType" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug_dim.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_bug.gif">
<alias name="bug"/>
</type>
<type id="task" name="Task" category="com.ibm.team.workitem.workItemType" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task_dim.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_task.gif">
<alias name="work item"/>
<alias name="workitem"/>
<alias name="item"/>
</type>
<type id="enhancement" name="Enhancement" category="com.ibm.team.workitem.workItemType" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt_dim.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_enhancmt.gif"/>
<type id="com.ibm.team.workitem.workItemType.risk" name="Risk" category="com.ibm.team.workitem.workItemType.risk" dimmedicon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/wi_risk.gif"/>
<customAttributes category="com.ibm.team.workitem.workItemType.risk">
<customAttribute id="com.ibm.team.workitem.workItemType.risk.probability" name="Probability" type="string"/>
<customAttribute id="com.ibm.team.workitem.workItemType.risk.impact" name="Impact" type="string"/>
</customAttributes>
<customAttributes category="com.ibm.team.workitem.workItemType.activity">
<customAttribute id="com.ibm.team.workitem.workItemType.activity.description" type="html" name="Iris Description"/>
</customAttributes>
</configuration-data>
<configuration-data xmlns="http://com.ibm.team.workitem.editor/presentations" id="com.ibm.team.workitem.editor.configuration.presentations">
<editor id="com.ibm.team.workitem.editor.default">
<tab tabId="com.ibm.team.workitem.tab.overview" title="Overview"/>
<tab tabId="com.ibm.team.workitem.tab.links" title="Links"/>
<tab tabId="com.ibm.team.workitem.tab.approvals" title="Approvals"/>
<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>
<tab id="com.ibm.team.workitem.tab.overview" layout="builtInOverviewLayout">
<section sectionId="com.ibm.team.workitem.section.details" 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>
<tab id="com.ibm.team.workitem.tab.links" layout="builtInLinksLayout">
<section sectionId="com.ibm.team.workitem.section.attachments" slot="attachments" title="Attachments"/>
<section sectionId="com.ibm.team.workitem.section.subscribers" slot="subscribers" title="Subscribers"/>
<section sectionId="com.ibm.team.workitem.section.links" slot="links" title="Links"/>
</tab>
<tab id="com.ibm.team.workitem.tab.approvals" layout="builtInApprovalsLayout">
<section sectionId="com.ibm.team.workitem.section.approvals" title="Approvals"/>
</tab>
<tab id="com.ibm.team.workitem.tab.customAttributes" layout="builtInCustomAttributesLayout">
<section sectionId="com.ibm.team.workitem.section.collector_small" slot="left" title="Miscellaneous">
<property key="autocollect" value="true"/>
<property key="width" value="small"/>
</section>
<section sectionId="com.ibm.team.workitem.section.collector_wide" slot="right" title="Miscellaneous">
<property key="autocollect" value="true"/>
<property key="width" value="wide"/>
</section>
</tab>
<tab id="com.ibm.team.workitem.tab.history" layout="builtInHistoryLayout">
<section sectionId="com.ibm.team.workitem.section.history" title="History"/>
</tab>
<section id="com.ibm.team.workitem.section.details">
<presentation attributeId="com.ibm.team.workitem.attribute.workitemtype" kind="com.ibm.team.workitem.kind.enumeration"/>
<presentation attributeId="com.ibm.team.workitem.attribute.severity" kind="com.ibm.team.workitem.kind.enumeration"/>
<presentation attributeId="com.ibm.team.workitem.attribute.version" kind="com.ibm.team.workitem.kind.enumeration"/>
<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 attributeId="com.ibm.team.workitem.attribute.tags" kind="com.ibm.team.workitem.kind.internal.tags"/>
<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.priority" kind="com.ibm.team.workitem.kind.enumeration"/>
<presentation attributeId="com.ibm.team.workitem.attribute.target" kind="com.ibm.team.workitem.kind.internal.target"/>
<presentation attributeId="com.ibm.team.workitem.attribute.duration" kind="com.ibm.team.apt.kind.internal.estimate"/>
<presentation attributeId="com.ibm.team.workitem.attribute.duedate"/>
<presentation attributeId="com.ibm.team.workitem.workItemType.risk.probability"/>
<presentation attributeId="com.ibm.team.workitem.workItemType.risk.impact"/>
<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>
<section id="com.ibm.team.workitem.section.linksSummary">
<presentation id="com.ibm.team.workitem.presentation.linksSummary" kind="com.ibm.team.workitem.kind.internal.linksSummary"/>
</section>
<section id="com.ibm.team.workitem.section.description">
<presentation attributeId="com.ibm.team.workitem.attribute.description" kind="com.ibm.team.workitem.kind.internal.description"/>
<presentation attributeId="com.ibm.team.workitem.workItemType.activity.description" />
</section>
<section id="com.ibm.team.workitem.section.discussion">
<presentation id="com.ibm.team.workitem.presentation.discussion" kind="com.ibm.team.workitem.kind.internal.discussion"/>
</section>
<section id="com.ibm.team.workitem.section.attachments">
<presentation id="com.ibm.team.workitem.presentation.attachments" kind="com.ibm.team.workitem.kind.internal.attachments"/>
</section>
<section id="com.ibm.team.workitem.section.subscribers">
<presentation attributeId="com.ibm.team.workitem.attribute.subscriptions" kind="com.ibm.team.workitem.kind.internal.subscribers"/>
</section>
<section id="com.ibm.team.workitem.section.links">
<presentation id="com.ibm.team.workitem.presentation.links" kind="com.ibm.team.workitem.kind.internal.links"/>
</section>
<section id="com.ibm.team.workitem.section.approvals">
<presentation id="com.ibm.team.workitem.presentation.approvals" kind="com.ibm.team.workitem.kind.internal.approvals">
<property key="toBeLinkedPartId" value="com.ibm.team.workitem.presentation.discussion"/>
</presentation>
</section>
<section id="com.ibm.team.workitem.section.history">
<presentation id="com.ibm.team.workitem.presentation.history" kind="com.ibm.team.workitem.kind.internal.history"/>
</section>
</configuration-data>
<configuration-data xmlns="http://com.ibm.team.workitem/enumerations" id="com.ibm.team.workitem.configuration.enumerations">
<enumeration attributeTypeId="priority">
<literal id="1" name="Unassigned" default="true" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/priority_unassign.gif"/>
<literal id="2" name="Low" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/priority_low.gif"/>
<literal id="3" name="Medium" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/priority_medium.gif"/>
<literal id="4" name="High" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/priority_high.gif"/>
</enumeration>
<enumeration attributeTypeId="severity">
<literal id="1" name="Unclassified" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/sev_unassign.gif"/>
<literal id="2" name="Minor" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/sev_minor.gif"/>
<literal id="3" name="Normal" default="true" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/sev_normal.gif"/>
<literal id="4" name="Major" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/sev_major.gif"/>
<literal id="5" name="Critical" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/sev_critical.gif"/>
<literal id="6" name="Blocker" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/sev_blocker.gif"/>
</enumeration>
</configuration-data>
<configuration-data xmlns="http://com.ibm.team.workitem/workflow" id="com.ibm.team.workitem.configuration.workflow">
<workflowDefinition id="bugzillaWorkflow">
<workflow name="${project-area-name} Workflow" startActionId="com.ibm.team.workitem.eclipseWayWorkflow.action.confirm" resolveActionId="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve" reopenActionId="com.ibm.team.workitem.eclipseWayWorkflow.action.reopen">
<resolution id="r0" name="Unresolved" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_unresolv.gif"/>
<resolution id="r1" name="Fixed" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_done.gif"/>
<resolution id="r2" name="Duplicate" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_dupl.gif"/>
<resolution id="r3" name="Won't Fix" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_wontdo.gif"/>
<resolution id="r4" name="Works For Me" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_works.gif"/>
<resolution id="r5" name="Invalid" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_invalid.gif"/>
<resolution id="r6" name="Remind" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_remind.gif"/>
<resolution id="r7" name="Later" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_defer.gif"/>
<resolution id="r8" name="Fixed Upstream" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/resolutn_done.gif"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.initialize" name="Initialize" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_unconf.gif" state="s0"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.confirm" name="Confirm" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_open.gif" state="s1"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.startWorking" name="Start Working" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_inprogress.gif" state="s2"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve" name="Resolve" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_resolved.gif" state="s3">
<resolution id="r1"/>
<resolution id="r2"/>
<resolution id="r3"/>
<resolution id="r4"/>
<resolution id="r5"/>
<resolution id="r6"/>
<resolution id="r7"/>
<resolution id="r8"/>
</action>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.verify" name="Verify" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_verified.gif" state="s4">
<resolution id="r1"/>
<resolution id="r2"/>
<resolution id="r3"/>
<resolution id="r4"/>
<resolution id="r5"/>
<resolution id="r6"/>
<resolution id="r7"/>
<resolution id="r8"/>
</action>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.close" name="Close" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_closed.gif" state="s5">
<resolution id="r1"/>
<resolution id="r2"/>
<resolution id="r3"/>
<resolution id="r4"/>
<resolution id="r5"/>
<resolution id="r6"/>
<resolution id="r7"/>
<resolution id="r8"/>
</action>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.reopen" name="Reopen" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_reopened.gif" state="s6"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.stopWorking" name="Stop Working" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_open.gif" state="s1"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.unconfirm" name="Unconfirm" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_unconf.gif" state="s0"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.triage" name="Triage" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_open.gif" state="s7"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.untriage" name="Untriage" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_open.gif" state="s1"/>
<state id="s0" name="Unconfirmed" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_unconf.gif" group="open">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.confirm"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.startWorking"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve"/>
</state>
<state id="s1" name="New" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_open.gif" group="open">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.startWorking"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.triage"/>
</state>
<state id="s2" name="In Progress" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_inprogress.gif" group="inprogress">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.stopWorking"/>
</state>
<state id="s3" name="Resolved" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_resolved.gif" showResolution="true" group="closed">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.verify"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.close"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.reopen"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.unconfirm"/>
</state>
<state id="s4" name="Verified" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_verified.gif" showResolution="true" group="closed">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.close"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.reopen"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.unconfirm"/>
</state>
<state id="s5" name="Closed" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_closed.gif" showResolution="true" group="closed">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.reopen"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.unconfirm"/>
</state>
<state id="s6" name="Reopened" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_reopened.gif" group="open">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.startWorking"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve"/>
</state>
<state id="s7" name="Triaged" icon="platform:/plugin/com.ibm.team.workitem.common/icons/obj16/state_open.gif" group="open">
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.startWorking"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.untriage"/>
<action id="com.ibm.team.workitem.eclipseWayWorkflow.action.resolve"/>
</state>
</workflow>
</workflowDefinition>
<workflowDefinition id="com.ibm.team.workitem.risk_workflow">
<workflow name="Risk Workflow" startActionId="new">
<resolution id="r0" name="Avoided" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/resolutn_defer.gif"/>
<resolution id="r1" name="Obsolete" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/resolutn_works.gif"/>
<resolution id="r2" name="Mitigated" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/resolutn_done.gif"/>
<action id="new" name="New" state="s11" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/state_open.gif"/>
<action id="close" name="Close" state="s12" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/state_closed.gif">
<resolution id="r0"/>
<resolution id="r1"/>
<resolution id="r2"/>
</action>
<action id="reopen" name="Reopen" state="s11" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/state_reopen.gif"/>
<state id="s11" name="Open" group="open" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/state_open.gif">
<action id="close"/>
</state>
<state id="s12" name="Closed" group="closed" icon="platform:/plugin/com.ibm.team.workitem.service/icons/obj16/state_closed.gif">
<action id="reopen"/>
</state>
</workflow>
</workflowDefinition>
</configuration-data>
<configuration-data xmlns="http://com.ibm.team.workitem/workflowBinding" id="com.ibm.team.workitem.configuration.workflowBinding">
<workItemCategoryBinding workItemCategoryId="com.ibm.team.workitem.workItemType" workflowId="bugzillaWorkflow"/>
<workItemCategoryBinding workItemCategoryId="com.ibm.team.workitem.workItemType.risk" workflowId="com.ibm.team.workitem.risk_workflow"/>
</configuration-data>
<configuration-data xmlns="http://com.ibm.team.workitem/queries" id="com.ibm.team.workitem.configuration.queries">
<query name="All Activities" description="Lists all Activities">
<select>
<column attribute="id"/>
<column attribute="state"/>
<column attribute="summary"/>
<column attribute="owner"/>
</select>
<where>
<condition operator="is">
<attribute name="workItemType"/>
<value content="activity" type="type"/>
</condition>
</where>
<orderBy attribute="state" direction="desc"/>
</query>
<query name="All Work Products" description="Lists all Work Products">
<select>
<column attribute="id"/>
<column attribute="state"/>
<column attribute="summary"/>
<column attribute="owner"/>
</select>
<where>
<condition operator="is">
<attribute name="workItemType"/>
<value content="work_product" type="type"/>
</condition>
</where>
<orderBy attribute="state" direction="desc"/>
</query>
<query name="All Risks" description="Lists all Risks">
<select>
<column attribute="id"/>
<column attribute="state"/>
<column attribute="summary"/>
<column attribute="owner"/>
</select>
<where>
<condition operator="is">
<attribute name="workItemType"/>
<value content="com.ibm.team.workitem.workItemType.risk" type="type"/>
</condition>
</where>
<orderBy attribute="state" direction="desc"/>
</query>
<query description="Lists all open Risks" name="Open Risks">
<select>
<column attribute="id"/>
<column attribute="state"/>
<column attribute="summary"/>
<column attribute="owner"/>
</select>
<where>
<and>
<condition operator="is">
<attribute name="workItemType"/>
<value content="com.ibm.team.workitem.workItemType.risk" type="type"/>
</condition>
<condition operator="is">
<attribute name="state"/>
<variable arguments="open" type="state"/>
</condition>
</and>
</where>
<orderBy attribute="id" direction="desc"/>
</query>
<query name="Open created by me" description="Work items I have created which are open or in progress" id="com.ibm.team.workitem.queries.predefined.openCreated">
<where>
<and>
<condition operator="is">
<attribute name="creator"/>
<variable type="currentUser"/>
</condition>
<condition operator="is">
<attribute name="internalState"/>
<variable type="state" arguments="open or in progress"/>
</condition>
</and>
</where>
</query>
<query name="Closed created by me" description="Work items I have created which have been resolved" id="com.ibm.team.workitem.queries.predefined.closedCreated">
<where>
<and>
<condition operator="is">
<attribute name="creator"/>
<variable type="currentUser"/>
</condition>
<condition operator="is">
<attribute name="internalState"/>
<variable type="state" arguments="closed"/>
</condition>
</and>
</where>
</query>
<query name="Resolved by me" description="Work items I have resolved" id="com.ibm.team.workitem.queries.predefined.myResolved">
<where>
<and>
<condition operator="is">
<attribute name="resolver"/>
<variable type="currentUser"/>
</condition>
</and>
</where>
</query>
<query name="Open subscribed by me" description="My subscriptions to open or in progress work items" id="com.ibm.team.workitem.queries.predefined.openSubscribed">
<where>
<and>
<condition operator="containing">
<attribute name="internalSubscriptions"/>
<variable type="currentUser"/>
</condition>
<condition operator="is">
<attribute name="internalState"/>
<variable type="state" arguments="open or in progress"/>
</condition>
</and>
</where>
</query>
<query name="Closed subscribed by me" description="My subscriptions to resolved work items" id="com.ibm.team.workitem.queries.predefined.closedSubscribed">
<where>
<and>
<condition operator="containing">
<attribute name="internalSubscriptions"/>
<variable type="currentUser"/>
</condition>
<condition operator="is">
<attribute name="internalState"/>
<variable type="state" arguments="closed"/>
</condition>
</and>
</where>
</query>
<query name="Open assigned to me (current milestone)" description="To do list for the current milestone" id="com.ibm.team.workitem.queries.predefined.myOpenCurrent">
<where>
<and>
<condition operator="is">
<attribute name="owner"/>
<variable type="currentUser"/>
</condition>
<condition operator="is">
<attribute name="internalState"/>
<variable type="state" arguments="open or in progress"/>
</condition>
<condition operator="is">
<attribute name="target"/>
<variable type="current milestone"/>
</condition>
</and>
</where>
</query>
<query name="Recently modified" description="Modified in the last 12 hours" id="com.ibm.team.workitem.queries.predefined.recentlyModified">
<where>
<condition operator="greater or equals">
<attribute name="modified"/>
<variable type="now" arguments="-12h"/>
</condition>
</where>
<orderBy attribute="modified" direction="desc"/>
</query>
<query name="Recently closed" description="Closed in the last 12 hours" id="com.ibm.team.workitem.queries.predefined.recentlyClosed">
<where>
<condition operator="greater or equals">
<attribute name="resolutionDate"/>
<variable type="now" arguments="-12h"/>
</condition>
</where>
<orderBy attribute="resolutionDate" direction="desc"/>
</query>
<query name="Pending approvals for me" description="Pending requests for approvals or reviews that involve me" id="com.ibm.team.workitem.queries.predefined.pendingApprovals">
<where>
<condition operator="pending by">
<attribute name="internalApprovals"/>
<variable type="currentUser"/>
</condition>
</where>
</query>
</configuration-data>
<configuration-data xmlns="http://com.ibm.team.workitem.query.editor/configuration" id="com.ibm.team.workitem.query.editor.configuration">
<query-type id="com.ibm.team.workitem.workItemType">
<presentations>
<presentation typeId="duration" kind="com.ibm.team.apt.kind.internal.duration"/>
</presentations>
</query-type>
</configuration-data>
</data>
</project-configuration>
<team-configuration>
<permissions>
<role id="default">
<operation id="com.ibm.team.apt.server.saveIterationPlan">
<action id="any"/>
</operation>
<operation id="com.ibm.team.apt.server.deleteIterationPlan">
<action id="any"/>
</operation>
<operation id="com.ibm.team.apt.server.saveWikiPage">
<action id="any"/>
</operation>
<operation id="com.ibm.team.apt.server.deleteWikiPage">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.cancelPendingRequest">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.deleteBuildDefinition">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.saveBuildDefinition">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.deleteBuildResult">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.saveBuildResult">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.deleteBuildEngine">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.saveBuildEngine">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.abandonBuild">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.requestBuild">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.changeBuildTag">
<action id="any"/>
</operation>
<operation id="com.ibm.team.build.server.buildLifecycle">
<action id="any"/>
</operation>
<operation id="com.ibm.team.process.server.saveTeamArea">
<action id="any"/>
</operation>
<operation id="com.ibm.team.reports.service.query.deployment">
<action id="any"/>
</operation>
<operation id="com.ibm.team.reports.service.folder.management">
<action id="any"/>
</operation>
<operation id="com.ibm.team.reports.service.report.deployment">
<action id="any"/>
</operation>
<operation id="com.ibm.team.reports.service.report.display">
<action id="any"/>
</operation>
<operation id="com.ibm.team.workitem.server.deleteQuery">
<action id="any"/>
</operation>
<operation id="com.ibm.team.workitem.server.saveQuery">
<action id="any"/>
</operation>
<operation id="com.ibm.team.workitem.operation.workItemSave">
<action id="any"/>
</operation>
<operation id="com.ibm.team.scm.server.modifyStream">
<action id="any"/>
</operation>
<operation id="com.ibm.team.scm.server.modifyComponent">
<action id="any"/>
</operation>
<operation id="com.ibm.team.scm.server.deliver">
<action id="any"/>
</operation>
<operation id="com.ibm.team.scm.client.deliver">
<action id="any"/>
</operation>
<operation id="com.ibm.team.process.server.acceptTeamInvitation">
<action id="any"/>
</operation>
<operation id="com.ibm.team.process.client.acceptTeamInvitation">
<action id="any"/>
</operation>
<operation id="com.ibm.team.dashboard.server.saveTeamDashboard">
<action id="any"/>
</operation>
</role>
</permissions>
<behavior>
<role id="default">
<operation id="com.ibm.team.workitem.operation.workItemSave">
<preconditions>
<precondition xmlns="http://com.ibm.team.workitem/requiredProperties" id="com.ibm.team.workitem.advisor.requiredProperties" name="Required Properties" description="A minimum set of properties must be set in order for the team to know how to classify the workitem.">
<properties workItemTypeCategory="com.ibm.team.workitem.workItemType">
<property id="summary"/>
</properties>
<properties workItemTypeCategory="com.ibm.team.workitem.workItemType.activity">
<property id="summary"/>
</properties>
</precondition>
</preconditions>
</operation>
<operation id="com.ibm.team.scm.client.deliver">
<preconditions>
<precondition id="com.ibm.team.process.deliver.prohibitCompilationErrors" name="Clean Workspace" description="If you release changes when there are compilation errors in your workspace it often means that your changes have broken something else.

Please do not release code when your workspace doesn't compile." overrulable="true"/>
<precondition xmlns="http://com.ibm.team.process/requireWorkItem" id="com.ibm.team.process.deliver.requireWorkItem" name="Descriptive Change Sets" description="You shouldn't deliver a change set without associating a work item or adding a comment.

Other users should be able to look at your changes and see why they were made." overrulable="true">
<requires value="workitem-or-comment">
<workitem owner="required" target="required"/>
</requires>
</precondition>
</preconditions>
</operation>
<operation id="com.ibm.team.process.server.acceptTeamInvitation">
<followup-actions>
<followup-action id="com.ibm.team.process.definitions.acceptTeamInvitationParticipant" name="Accept Team Invitation" description="Accept Team Invitation participant">
<workitems>
<workitem summary=" Create a Repository Workspace" description="Create a Repository Workspace

To create a new repository workspace to work with your new Jazz team:

1. In the "Team Artifacts Navigator" (TAN), expand the "My Team Areas" node.

2. Open the team area you have joined by double clicking on the team area.

3. In the "Team Artifacts" section of the opened "Team Area" editor, expand the "Streams" node.

4. Right click on the stream and select "New Repository Workspace...".

5. Specify the repository workspace name.
Click "Next".

6. Click "Finish".

You now have a repository workspace loaded with all the components of the team's stream."/>
<workitem summary=" Find Your Work Items" description="Find your work items

When you accepted the invitation to join the team, work items were created for the tasks you need to perform to complete joining the team.
To find these work items:

1. Open the "Team Artifacts Navigator" and expand the node corresponding to the connected project area of the team you just joined.

2. Expand the "Work Items" node.

3. Expand the "Shared Queries" node.

4. Double click on the "Open assigned to me" query.

The Work Items view will open and display your assigned work items.
The work items created when accepting the team invitation are prefixed with ".""/>
</workitems>
</followup-action>
</followup-actions>
</operation>
<operation id="com.ibm.team.process.client.acceptTeamInvitation">
<followup-actions>
<followup-action id="com.ibm.team.process.client.runAssignedWorkitemsQueryForAcceptInvitation" name="Show Work Items" description="Show initial work items created when accepting team invitation."/>
</followup-actions>
</operation>
</role>
</behavior>
<development-line id="00ad2742c0a80147c202f9c4a52c7a78">
<iteration id="00ad2742c0a80147a1f4627ea52c8940">
<iteration id="00ad2742c0a801477ebaeea3a52c8940">
<iteration id="00ad2742c0a801471e805d20a52c8940">
<iteration id="00ad2742c0a80147dd0f8f85a52c8940">
</iteration>
</iteration>
<iteration id="00ad2742c0a801479fa23768a52c8940">
<iteration id="00ad2742c0a8014778b5713ea52c8940">
</iteration>
</iteration>
</iteration>
</iteration>
</development-line>
</team-configuration>
</process-specification>


<?xml version="1.0" encoding="UTF-8"?>
<process-state xmlns="http://com.ibm.team.process">
<development-line id="00ad2742c0a80147c202f9c4a52c7a78" name="ExportLib_MSP_ClientProcess" >
<iteration id="00ad2742c0a80147a1f4627ea52c8940" name="LF1" >
<iteration id="00ad2742c0a801477ebaeea3a52c8940" name="PH1" >
<iteration id="00ad2742c0a801471e805d20a52c8940" name="IT1" >
<iteration id="00ad2742c0a80147dd0f8f85a52c8940" name="WD1" current="true" >
</iteration>
</iteration>
<iteration id="00ad2742c0a801479fa23768a52c8940" name="IT2" >
<iteration id="00ad2742c0a8014778b5713ea52c8940" name="WD2" >
</iteration>
</iteration>
</iteration>
</iterati

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.