<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2007-2008 IBM Corporation.  All rights reserved.
This file is part of a process template created for use with the Jazz Process Framework.
Your use of the process template (and hence this file) is subject to the following terms and conditions found in the process attachment named process_template_license.html.
-->
<process-specification xmlns="http://com.ibm.team.process">
	
	<role-definitions>
	    <role-definition cardinality="many" description="This role represents customer and end-user concerns by gathering input from stakeholders to understand the problem to be solved and by capturing and setting priorities for requirements." name="Analyst" role-id="Analyst"/>
	    <role-definition cardinality="many" description="This role is responsible for defining the software architecture, which includes making the key technical decisions that constrain the overall design and implementation of the system." name="Architect" role-id="Architect"/>
	    <role-definition cardinality="many" description="This role is responsible for developing a part of the system, including designing it to fit into the architecture, possibly prototyping the user interface, and then implementing, unit-testing, and integrating the components that are part of the solution." name="Developer" role-id="Developer"/>
	    <role-definition cardinality="many" description="This role represents interest groups whose needs must be satisfied by the project. It is a role that may be played by anyone who is (or potentially will be) materially affected by the outcome of the project." name="Stakeholder" role-id="Stakeholder"/>
	    <role-definition cardinality="single" description="This role leads the planning of the project, coordinates interactions with the stakeholders, and keeps the project team focused on meeting the project objectives." name="Team Lead" role-id="Team Lead"/>
	    <role-definition cardinality="many" description="This role is responsible for the core activities of the test effort. Those activities include identifying, defining, implementing, and conducting the necessary tests, as well as logging the outcomes of the testing and analyzing the results." name="Tester" role-id="Tester"/>
	    <role-definition cardinality="single" description="This role leads the overall test effort. This includes quality and test advocacy, resource planning and management, and resolution of issues that impede the test effort" name="Test Manager" role-id="Test Manager"/>
	</role-definitions>
	
	
	
	
	
	
	
	<project-configuration>
		<initialization>
		    <server-initialization>
		        <followup-actions>
		            <followup-action xmlns="http://com.ibm.team.process/setUpProject" description="Initializes a project area with the pieces necessary to start work on a project." id="com.ibm.team.process.server.setUpProject" name="Setup Project" optional="false">
		                <team-area name="${project-area-name} Team" timeline="development"/>
		                <stream description="Main collaboration stream for ${team-area-name}" name="${team-area-name} Stream">
		                    <component name="${team-area-name} Default Component"/>
		                </stream>
		                <workspace description="Initial repository workspace for the creator of ${stream-name} Stream" name="${stream-name} Workspace"/>
		                <workitems>
		                    <category htmlDescription="Category for all not further specified work items." path="Backlog"/>
		                    <workitem categoryPath="${project-area-name}" htmlDescription="&lt;strong&gt;Deploy published site (war file)&lt;/strong&gt; &#10;&lt;/p&gt;&lt;br /&gt;&#10;    The published process content should be available in a war file called &lt;strong&gt;dad.war&lt;/strong&gt;.&#10;&lt;/p&gt;&lt;br /&gt;&#10;    In the Jazz server (Tomcat), deploy the war file above. This will create a folder called &lt;strong&gt;dad&lt;/strong&gt; in the&#10;    server, under the folder &lt;strong&gt;/jazz/server/tomcat/webapps&lt;/strong&gt;, which can by default be accessed via the&#10;    following URL: &lt;a href=&quot;http://localhost:9080/dad/index.htm.&quot;&gt;http://localhost:9080/dad/index.htm.&lt;/a&gt;&#10;&lt;/p&gt;&lt;br /&gt;&#10;    &lt;strong&gt;Setup the process description for your project&lt;/strong&gt;&#10;&lt;/p&gt;&lt;br /&gt;&#10;    The process description for a project created using the Disciplined Agile Delivery process template points to the&#10;    published process deployed as war file in the step above. If you are using the default local installation of the Jazz&#10;    server, the war file will have been deployed to &lt;a&#10;    href=&quot;http://localhost:9080/dad/index.htm&quot;&gt;http://localhost:9080/dad/index.htm.&lt;/a&gt; If that is not the desired server&#10;    location, you have to change your link to the process description so it points to the desired URL.&#10;&lt;/p&gt;&lt;br /&gt;&#10;    In order to do this, change the “localhost:9080” portion of the URL above to the desired server name and port number.&#10;    Keep the rest of the URL intact (i.e. dad/index.htm). This change needs to be done in the index.htm file that is&#10;    designated in your project area. Follow these steps:&#10;&#10;&lt;/p&gt;&lt;br /&gt;&#10;&#10;1) From the Project Area, click on the Links tab and locate the processContent.zip file in the list of Attachments.&#10;&lt;br&gt;2) Save this file to your file system.&#10;&lt;br&gt;3) Edit the index.htm file in this archive (see suggested file content below).&#10;&lt;br&gt;4) Save the updates.&#10;&lt;br&gt;5) From the Project Area-&gt;Links tab, right-click on the processContent.zip file in the list of attachments and select &quot;Replace...&quot; to update the version on the server with the version you just changed and saved.&#10;&lt;br&gt;6) Click Save on the Project Area editor page&#13;.&#10;&#10;&#10;&lt;/p&gt;&lt;br /&gt;&#10;&#10;The content of the index.htm file should look like this:&#10;&lt;/p&gt;&lt;br /&gt;&#10;&#10;&lt;blockquote dir=&quot;ltr&quot; style=&quot;MARGIN-RIGHT: 0px&quot;&gt;&#10;    &lt;p&gt;&#10;        &amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;&quot;&#10;        title=&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&amp;gt;&quot; class=&quot;link&quot;&amp;gt;http://www.w3.org/TR/html4/loose.dtd&quot;&amp;gt;&lt;br /&gt;&#10;        &amp;lt;html&amp;gt;&lt;br /&gt;&#10;        &amp;lt;head&amp;gt;&lt;br /&gt;&#10;        &amp;lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&amp;gt;&lt;br /&gt;&#10;        &amp;lt;meta http-equiv=&quot;REFRESH&quot; content=&quot;0;url=http://localhost:9080/dad/index.htm&quot;&amp;gt;&lt;br /&gt;&#10;        &amp;lt;title&amp;gt;Go to Disciplined Agile Delivery Website...&amp;lt;/title&amp;gt;&lt;br /&gt;&#10;        &amp;lt;/head&amp;gt;&lt;br /&gt;&#10;        &amp;lt;body&amp;gt;&lt;br /&gt;&#10;        &amp;lt;/body&amp;gt;&lt;br /&gt;&#10;        &amp;lt;/html&amp;gt;&#10;    &lt;/p&gt;&#10;&lt;/blockquote&gt;&lt;br dir=&quot;ltr&quot; /&gt;&#10;&lt;br /&gt;&#10;&lt;p dir=&quot;ltr&quot;&gt;&#10;    For more information on how to customize the process description for your project, please refer to Rational Team&#10;    Concert on-line help: &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.platform.doc/topics/t_edit_process_desc.html&quot;&gt;Editing&#10;    the process description&lt;/a&gt;.&#10;&lt;/p&gt;" summary="Setup process description" type="task"/>
		                    <workitem categoryPath="${project-area-name}" htmlDescription="&lt;p&gt;&#10;    &lt;b&gt;Create work items for first iteration&lt;/b&gt;&lt;br /&gt;&#10;&lt;/p&gt;&#10;&lt;p&gt;&#10;    This process template contains work items templates that represent typical tasks performed during the various&#10;    iterations and phases of a project.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    Create work items for the first iteration of your project, typically called Inception iteration. Follow these steps:&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    1. Make sure your user is member of the &lt;b&gt;Project Area&lt;/b&gt; and has been assigned the &lt;b&gt;Team Lead&lt;/b&gt; role.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    2. Go to menu &lt;b&gt;File &amp;gt; New &amp;gt; Other...&lt;/b&gt;, then expand &lt;b&gt;Work Items &amp;gt; Create Work Items from a Template&lt;/b&gt;.&#10;    Click &lt;b&gt;Next&lt;/b&gt;.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    3. Select the work item template for &lt;strong&gt;Inception Iteration&lt;/strong&gt;, and your &lt;strong&gt;Target Project&#10;    Area&lt;/strong&gt;. Click &lt;b&gt;Next&lt;/b&gt;.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    4. Select values for &lt;b&gt;Filed Against&lt;/b&gt; and &lt;b&gt;Planned For&lt;/b&gt; fields. Click &lt;b&gt;Finish&lt;/b&gt;.&#10;&lt;/p&gt;" summary="Create work items for first iteration" type="task"/>
		                    <workitem categoryPath="${project-area-name}" htmlDescription="&lt;p&gt;&#10;    &lt;b&gt;Share code with Jazz Source Control&lt;/b&gt;&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    To share code in your Eclipse workspace with the Jazz stream created during process initialization:&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    1. Select a project you wish to share, then right-click and select &lt;b&gt;Team-&amp;gt;Share Project...&lt;/b&gt;&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    2. In the Share Project Wizard, select Jazz Source Control and select &lt;b&gt;Next&lt;/b&gt;.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    3. If you have more than one repository connection, you will be prompted to choose one. On the Jazz Repository page,&#10;    select the repository in which you created your project area and select &lt;b&gt;Next&lt;/b&gt;.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    4. On the Select Component page, you should see a repository workspace prefixed with the name of the project area you&#10;    created.Expand this repository workspace and you will see a component. Select this component and select &lt;b&gt;Next&lt;/b&gt;.&#10;    Review the ignored resources on the next page and then select &lt;b&gt;Finish&lt;/b&gt; to share your code with the specified&#10;    component and repository workspace.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    5. Now that the code has been shared to your repository workspace, you need to deliver it from your workspace to the&#10;    stream created during initialization of the process. To do this, open the &lt;b&gt;Pending Changes&lt;/b&gt; view. In that view,&#10;    you should see one outgoing change from your repository workspace. Right-click on the repository workspace and select&#10;    &lt;b&gt;Deliver&lt;/b&gt; to deliver your code to the stream associated with your team area.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    For additional details on using Jazz Source Control, consult the &lt;a   href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.scm.doc/topics/c_intro.html&quot;&gt;Getting Started with Jazz Source Control&lt;/a&gt; help topic.&#10;&lt;/p&gt;&lt;br /&gt;&#10;&lt;p&gt;&#10;    See any terms you don't recognize? You may also wish to consult the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.platform.doc/topics/c_jazz-platform-quick-ref.html&quot;&gt;Jazz Platform Quick Reference&lt;/a&gt;.&#10;&lt;/p&gt;" summary="Share code with Jazz Source Control" type="task"/>
		                </workitems>
		            </followup-action>
		            <followup-action xmlns="http://com.ibm.team.reports/setUpProject" description="Deploys some pre-defined reports to the project area." id="com.ibm.team.reports.service.setUpProject" name="Setup Project for Reports">
		                <reports>
		                    <report aptChart="false" description="Blocking Work Items" file="Blocking Work Items.rptdesign" folder="Work Items" id="workitems.BlockingWorkItems" isDefault="false" name="Blocking Work Items" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Build Health" file="Build Health.rptdesign" folder="Build" id="build.BuildHealth" isDefault="false" name="Build Health" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Build Results" file="Build Results.rptdesign" folder="" id="build.BuildResults" isDefault="false" name="Build Results" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Burndown" file="Burndown.rptdesign" folder="Work Items" id="workitems.Burndown" isDefault="true" name="Iteration Burndown" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Release Burndown" file="Release Burndown.rptdesign" folder="Work Items" id="workitems.ReleaseBurndown" isDefault="true" name="Release Burndown" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Closed Work Items Daily" file="Closed Work Items Daily.rptdesign" folder="Work Items" id="workitems.ClosedWorkItemsDaily" isDefault="false" name="Closed Work Items Daily" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Code Health" file="Code Health.rptdesign" folder="Build" id="build.CodeHealth" isDefault="false" name="Code Health" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Defect Backlog" file="Defect Backlog.rptdesign" folder="Work Items" id="workitems.DefectBacklog" isDefault="false" name="Defect Backlog" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Defect Discovery Rate" file="Defect Discovery Rate.rptdesign" folder="Work Items" id="workitems.DefectDiscoveryRate" isDefault="false" name="Defect Discovery Rate" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Deferred Work Items" file="Deferred Work Items.rptdesign" folder="Work Items" id="workitems.DeferredWorkItems" isDefault="false" name="Deferred Work Items" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Frequent Test Failures" file="Frequent Test Failures.rptdesign" folder="Build" id="build.FrequentTestFailures" isDefault="false" name="Frequent Test Failures" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Frequent Test Regressions" file="Frequent Test Regressions.rptdesign" folder="Build" id="build.FrequentTestRegressions" isDefault="false" name="Frequent Test Regressions" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="New Work Items by Severity" file="New Work Items by Severity.rptdesign" folder="Work Items" id="workitems.NewWorkItemsBySeverity" isDefault="false" name="New Work Items by Severity" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Open vs Closed Work Items" file="Open vs Closed Work Items.rptdesign" folder="Work Items" id="workitems.OpenVsClosedWorkItems" isDefault="false" name="Open vs Closed Work Items" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Open Work Items by Type" file="Open Work Items by Type.rptdesign" folder="Work Items" id="workitems.OpenWorkItemsByType" isDefault="false" name="Open Work Items by Type" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Project Activity" file="Project Activity.rptdesign" folder="Source Control" id="scm.ProjectActivity" isDefault="false" name="Project Activity" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Story Points" file="Story Points.rptdesign" folder="Work Items" id="workitems.StoryPoints" isDefault="false" name="Story Points" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Story Points Remaining" file="Story Points Remaining.rptdesign" folder="Work Items" id="workitems.StoryPointsRemaining" isDefault="false" name="Story Points Remaining" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Team Velocity" file="Team Velocity.rptdesign" folder="Work Items" id="workitems.TeamVelocity" isDefault="false" name="Team Velocity" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Work Item Comparison" file="Work Item Comparison.rptdesign" folder="Work Items" id="workitems.WorkItemComparison" isDefault="false" name="Work Item Comparison" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Work Items by Owner" file="live/Work Items by Owner.rptdesign" folder="Work Items" id="workitems.WorkItemsByOwner" isDefault="false" name="Work Items by Owner" noCaching="true" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Work Items by Priority" file="Work Items by Priority.rptdesign" folder="Work Items" id="workitems.WorkItemsByPriority" isDefault="false" name="Work Items by Priority" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Work Items by Team Area" file="live/Work Items by Team Area.rptdesign" folder="Work Items" id="workitems.WorkItemsByTeamArea" isDefault="false" name="Work Items by Team Area" noCaching="true" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                    <report aptChart="false" description="Shows the accepted story points per iteration" file="Estimated vs Actual Work.rptdesign" folder="Work Items" id="workitems.EstimatedVsActualWork" isDefault="false" name="Estimated vs Actual Work" noCaching="false" plugin="com.ibm.team.examples.reports.common">
		                        <resources/>
		                    </report>
		                </reports>
		            </followup-action>
		        </followup-actions>
		    </server-initialization>
		    <client-initialization>
		        <followup-actions>
		            <followup-action description="Runs a query which displays any assigned work items." id="com.ibm.team.process.client.runAssignedWorkitemsQuery" name="Show Initial Work Items"/>
		        </followup-actions>
		    </client-initialization>
		</initialization>
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		<permissions>
		    <role id="default">
		        <project-operation id="com.ibm.team.workitem.server.saveCategory">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.dashboard.server.savePersonalDashboard">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Team Lead">
		        <project-operation id="com.ibm.team.process.server.saveProjectArea">
		            <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.interop.server.saveSyncRule">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.interop.server.deleteSyncRule">
		            <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.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Stakeholder">
		        <project-operation id="com.ibm.team.workitem.server.saveCategory">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.dashboard.server.savePersonalDashboard">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Analyst">
		        <project-operation id="com.ibm.team.dashboard.server.savePersonalDashboard">
		            <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.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Architect">
		        <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.interop.server.saveSyncRule">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.interop.server.deleteSyncRule">
		            <action id="any"/>
		        </project-operation>
		        <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.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Developer">
		        <project-operation id="com.ibm.team.workitem.server.saveCategory">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <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.interop.server.saveSyncRule">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Tester">
		        <project-operation id="com.ibm.team.dashboard.server.savePersonalDashboard">
		            <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.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <action id="any"/>
		        </project-operation>
		    </role>
		    <role id="Test Manager">
		        <project-operation id="com.ibm.team.dashboard.server.savePersonalDashboard">
		            <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.workitem.server.saveDeliverable">
		            <action id="any"/>
		        </project-operation>
		        <project-operation id="com.ibm.team.workitem.server.saveAttachment">
		            <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.process.server.saveProjectArea">
		            <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 category="com.ibm.team.workitem.workItemType" icon="processattachment:/workitemtype/bug.gif" id="defect" name="Defect">
			        <alias name="bug"/>
			    </type>
			    <type category="com.ibm.team.workitem.workItemType" icon="processattachment:/workitemtype/task.gif" id="task" name="Task">
			        <alias name="work item"/>
			        <alias name="workitem"/>
			        <alias name="item"/>
			    </type>
			    <type category="com.ibm.team.workitem.workItemType.retrospective" icon="processattachment:/workitemtype/retrospect_obj.gif" id="com.ibm.team.workitem.workItemType.retrospective" name="Retrospective"/>
			    <type category="com.ibm.team.workitem.workItemType.story" icon="processattachment:/workitemtype/story.gif" id="com.ibm.team.apt.workItemType.story" name="Story">
			        <alias name="user story"/>
			    </type>
			    <type category="com.ibm.team.workitem.workItemType.issue" icon="processattachment:/workitemtype/imped_obj.gif" id="com.ibm.team.workitem.workitemtype.issue" name="Issue"/>
			    <type category="com.ibm.team.workitem.workItemType.epic" icon="processattachment:/workitemtype/planitem.gif" id="com.ibm.team.apt.workItemType.epic" name="Epic"/>
			    <type category="com.ibm.team.workitem.workItemType.risk" icon="processattachment:/workitemtype/risk.gif" id="com.ibm.team.apt.workItemType.risk" name="Risk"/>
			    <customAttributes category="com.ibm.team.workitem.workItemType.story">
			        <customAttribute id="acceptance" name="Acceptance Test" type="html"/>
			        <customAttribute id="com.ibm.team.apt.attribute.complexity" name="Story Points" type="complexity"/>
			    </customAttributes>
			    <customAttributes category="com.ibm.team.workitem.workItemType.risk">
			        <customAttribute id="impact" name="Impact" type="impact"/>
			        <customAttribute id="probability" name="Probability" type="probability"/>
			    </customAttributes>
			</configuration-data>
			
			
			
			
			<configuration-data xmlns="http://com.ibm.team.workitem/workflow" id="com.ibm.team.workitem.configuration.workflow">
			    <workflowDefinition id="bugzillaWorkflow">
			        <workflow description="This workflow is inspired by the standard Bugzilla workflow and appropriate for defects and tasks." name="Default Workflow" reopenActionId="bugzillaWorkflow.action.reopen" resolveActionId="bugzillaWorkflow.action.resolve" startActionId="bugzillaWorkflow.action.confirm">
			            <resolution icon="processattachment:/workflow/reject.gif" id="r5" name="Invalid"/>
			            <resolution icon="processattachment:/workflow/works.gif" id="r4" name="Works For Me"/>
			            <resolution icon="processattachment:/workflow/wontdo.gif" id="r3" name="Won't Fix"/>
			            <resolution icon="processattachment:/workflow/duplicate.gif" id="r2" name="Duplicate"/>
			            <resolution icon="processattachment:/workflow/close.gif" id="r1" name="Fixed"/>
			            <resolution icon="processattachment:/workflow/unresolve.gif" id="r0" name="Unresolved"/>
			            <resolution icon="processattachment:/workflow/close.gif" id="r8" name="Fixed Upstream"/>
			            <resolution icon="processattachment:/workflow/defer.gif" id="r7" name="Later"/>
			            <action icon="processattachment:/workflow/resolve.gif" id="bugzillaWorkflow.action.resolve" name="Resolve" state="s3">
			                <resolution id="r1"/>
			                <resolution id="r2"/>
			                <resolution id="r3"/>
			                <resolution id="r4"/>
			                <resolution id="r5"/>
			                <resolution id="r7"/>
			                <resolution id="r8"/>
			            </action>
			            <action icon="processattachment:/workflow/inprogress.gif" id="bugzillaWorkflow.action.startWorking" name="Start Working" state="s2"/>
			            <action icon="processattachment:/workflow/open.gif" id="bugzillaWorkflow.action.triage" name="Triage" state="s7"/>
			            <action icon="processattachment:/workflow/open.gif" id="bugzillaWorkflow.action.stopWorking" name="Stop Working" state="s1"/>
			            <action icon="processattachment:/workflow/close.gif" id="bugzillaWorkflow.action.close" name="Close" state="s5">
			                <resolution id="r1"/>
			                <resolution id="r2"/>
			                <resolution id="r3"/>
			                <resolution id="r4"/>
			                <resolution id="r5"/>
			                <resolution id="r7"/>
			                <resolution id="r8"/>
			            </action>
			            <action icon="processattachment:/workflow/verify.gif" id="bugzillaWorkflow.action.verify" name="Verify" state="s4">
			                <resolution id="r1"/>
			                <resolution id="r2"/>
			                <resolution id="r3"/>
			                <resolution id="r4"/>
			                <resolution id="r5"/>
			                <resolution id="r7"/>
			                <resolution id="r8"/>
			            </action>
			            <action icon="processattachment:/workflow/open.gif" id="bugzillaWorkflow.action.confirm" name="Open" state="s1"/>
			            <action icon="processattachment:/workflow/open.gif" id="bugzillaWorkflow.action.untriage" name="Untriage" state="s1"/>
			            <action icon="processattachment:/workflow/reopen.gif" id="bugzillaWorkflow.action.reopen" name="Reopen" state="s6"/>
			            <state description="Close work item with one of the available closing types" group="closed" icon="processattachment:/workflow/close.gif" id="s5" name="Closed" showResolution="true">
			                <action id="bugzillaWorkflow.action.reopen"/>
			            </state>
			            <state description="Assigned to a team member whoâ€™s working on resolving the work item" group="inprogress" icon="processattachment:/workflow/inprogress.gif" id="s2" name="In Progress" showResolution="false">
			                <action id="bugzillaWorkflow.action.resolve"/>
			                <action id="bugzillaWorkflow.action.stopWorking"/>
			            </state>
			            <state description="Newly identified or reopened work item" group="open" icon="processattachment:/workflow/open.gif" id="s1" name="New" showResolution="false">
			                <action id="bugzillaWorkflow.action.startWorking"/>
			                <action id="bugzillaWorkflow.action.resolve"/>
			                <action id="bugzillaWorkflow.action.triage"/>
			            </state>
			            <state description="During resolved, verified or closed states, a work item can be reopened for further work" group="open" icon="processattachment:/workflow/reopen.gif" id="s6" name="Reopened" showResolution="false">
			                <action id="bugzillaWorkflow.action.startWorking"/>
			                <action id="bugzillaWorkflow.action.resolve"/>
			                <action id="bugzillaWorkflow.action.triage"/>
			            </state>
			            <state description="Resolution is complete by using one of the available resolution types" group="closed" icon="processattachment:/workflow/resolve.gif" id="s3" name="Resolved" showResolution="true">
			                <action id="bugzillaWorkflow.action.verify"/>
			                <action id="bugzillaWorkflow.action.close"/>
			                <action id="bugzillaWorkflow.action.reopen"/>
			            </state>
			            <state description="Woirk item is validated" group="open" icon="processattachment:/workflow/open.gif" id="s7" name="Triaged" showResolution="false">
			                <action id="bugzillaWorkflow.action.startWorking"/>
			                <action id="bugzillaWorkflow.action.untriage"/>
			                <action id="bugzillaWorkflow.action.resolve"/>
			                <action id="bugzillaWorkflow.action.verify"/>
			            </state>
			            <state description="Verify work item with one of the available verification types" group="closed" icon="processattachment:/workflow/verify.gif" id="s4" name="Verified" showResolution="true">
			                <action id="bugzillaWorkflow.action.close"/>
			                <action id="bugzillaWorkflow.action.reopen"/>
			            </state>
			        </workflow>
			    </workflowDefinition>
			    <workflowDefinition id="com.ibm.team.workitem.retrospectiveWorkflow">
			        <workflow name="Retrospective Workflow" resolveActionId="com.ibm.team.workitem.retrospectiveWorkflow.action.finish" startActionId="com.ibm.team.workitem.retrospectiveWorkflow.action.initialize">
			            <action icon="processattachment:/workflow/green.gif" id="com.ibm.team.workitem.retrospectiveWorkflow.action.finish" name="Finish" state="com.ibm.team.workitem.retrospectiveWorkflow.state.finished"/>
			            <action icon="processattachment:/workflow/red.gif" id="com.ibm.team.workitem.retrospectiveWorkflow.action.initialize" name="Plan" state="com.ibm.team.workitem.retrospectiveWorkflow.state.new"/>
			            <action icon="processattachment:/workflow/yellow.gif" id="com.ibm.team.workitem.retrospectiveWorkflow.action.startworking" name="Start Working" state="com.ibm.team.workitem.retrospectiveWorkflow.state.inprogress"/>
			            <state description="New retrospective session to be performed" group="open" icon="processattachment:/workflow/red.gif" id="com.ibm.team.workitem.retrospectiveWorkflow.state.new" name="New" showResolution="false">
			                <action id="com.ibm.team.workitem.retrospectiveWorkflow.action.startworking"/>
			            </state>
			            <state description="Retrospective session is being performed" group="inprogress" icon="processattachment:/workflow/yellow.gif" id="com.ibm.team.workitem.retrospectiveWorkflow.state.inprogress" name="In Progress" showResolution="false">
			                <action id="com.ibm.team.workitem.retrospectiveWorkflow.action.finish"/>
			            </state>
			            <state description="Retrospective session is finished" group="closed" icon="processattachment:/workflow/green.gif" id="com.ibm.team.workitem.retrospectiveWorkflow.state.finished" name="Finished" showResolution="false"/>
			        </workflow>
			    </workflowDefinition>
			    <workflowDefinition id="issue">
			        <workflow description="This workflow can be used for issues and risks." name="Issue Workflow" reopenActionId="issue.action.a2" resolveActionId="issue.action.a1" startActionId="issue.action.a2">
			            <resolution icon="processattachment:/workflow/remind.gif" id="issue.resolution.r5" name="Accepted"/>
			            <resolution icon="processattachment:/workflow/defer.gif" id="issue.resolution.r1" name="Avoided"/>
			            <resolution icon="processattachment:/workflow/close.gif" id="issue.resolution.r2" name="Mitigated"/>
			            <resolution icon="processattachment:/workflow/works.gif" id="issue.resolution.r3" name="Obsolete"/>
			            <resolution icon="processattachment:/workflow/implement.gif" id="issue.resolution.r4" name="Transfered"/>
			            <action icon="processattachment:/workflow/close.gif" id="issue.action.a1" name="Resolve" state="issue.state.s2">
			                <resolution id="issue.resolution.r5"/>
			                <resolution id="issue.resolution.r1"/>
			                <resolution id="issue.resolution.r2"/>
			                <resolution id="issue.resolution.r3"/>
			                <resolution id="issue.resolution.r4"/>
			            </action>
			            <action icon="processattachment:/workflow/open.gif" id="issue.action.a2" name="Reopen" state="issue.state.s1"/>
			            <state description="Identified and open" group="open" icon="processattachment:/workflow/open.gif" id="issue.state.s1" name="Open" showResolution="false">
			                <action id="issue.action.a1"/>
			            </state>
			            <state description="Resolved by one of the available types of resolution" group="closed" icon="processattachment:/workflow/close.gif" id="issue.state.s2" name="Resolved" showResolution="false">
			                <action id="issue.action.a2"/>
			            </state>
			        </workflow>
			    </workflowDefinition>
			    <workflowDefinition id="com.ibm.team.apt.epic.workflow">
			        <workflow name="Epic Workflow" reopenActionId="com.ibm.team.apt.epic.workflow.action.a3" resolveActionId="com.ibm.team.apt.epic.workflow.action.a7" startActionId="com.ibm.team.apt.epic.workflow.action.a9">
			            <resolution icon="processattachment:/workflow/duplicate.gif" id="com.ibm.team.apt.epic.workflow.resolution.r1" name="Duplicate"/>
			            <resolution icon="processattachment:/workflow/implement2.gif" id="com.ibm.team.apt.epic.workflow.resolution.r2" name="Implemented"/>
			            <resolution icon="processattachment:/workflow/implement2.gif" id="com.ibm.team.apt.epic.workflow.resolution.r3" name="Implemented Upstream"/>
			            <resolution icon="processattachment:/workflow/remind.gif" id="com.ibm.team.apt.epic.workflow.resolution.r4" name="Later"/>
			            <resolution icon="processattachment:/workflow/wontdo.gif" id="com.ibm.team.apt.epic.workflow.resolution.r5" name="Won't Implement"/>
			            <resolution icon="processattachment:/workflow/works.gif" id="com.ibm.team.apt.epic.workflow.resolution.r6" name="Works For Me"/>
			            <action icon="processattachment:/workflow/inprogress.gif" id="com.ibm.team.apt.epic.workflow.action.a1" name="Start Working" state="com.ibm.team.apt.epic.workflow.state.s2"/>
			            <action icon="processattachment:/workflow/reopen.gif" id="com.ibm.team.apt.epic.workflow.action.a3" name="Reopen" state="com.ibm.team.apt.epic.workflow.state.s1"/>
			            <action icon="processattachment:/workflow/close.gif" id="com.ibm.team.apt.epic.workflow.action.a7" name="Mark Done" state="com.ibm.team.apt.epic.workflow.state.s3"/>
			            <action icon="processattachment:/workflow/defer.gif" id="com.ibm.team.apt.epic.workflow.action.a6" name="Defer" state="com.ibm.team.apt.epic.workflow.state.s5">
			                <resolution id="com.ibm.team.apt.epic.workflow.resolution.r1"/>
			                <resolution id="com.ibm.team.apt.epic.workflow.resolution.r2"/>
			                <resolution id="com.ibm.team.apt.epic.workflow.resolution.r3"/>
			                <resolution id="com.ibm.team.apt.epic.workflow.resolution.r4"/>
			                <resolution id="com.ibm.team.apt.epic.workflow.resolution.r5"/>
			                <resolution id="com.ibm.team.apt.epic.workflow.resolution.r6"/>
			            </action>
			            <action icon="processattachment:/workflow/open.gif" id="com.ibm.team.apt.epic.workflow.action.a9" name="Initialize" state="com.ibm.team.apt.epic.workflow.state.s1"/>
			            <action icon="processattachment:/workflow/reject.gif" id="com.ibm.team.apt.epic.workflow.action.a8" name="Mark Invalid" state="com.ibm.team.apt.epic.workflow.state.s6"/>
			            <state description="Epic is deferred or removed from the backlog" group="closed" icon="processattachment:/workflow/defer.gif" id="com.ibm.team.apt.epic.workflow.state.s5" name="Deferred" showResolution="false">
			                <action id="com.ibm.team.apt.epic.workflow.action.a3"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a7"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a1"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a8"/>
			            </state>
			            <state description="Epic is completed (child user stories are done)" group="closed" icon="processattachment:/workflow/close.gif" id="com.ibm.team.apt.epic.workflow.state.s3" name="Done" showResolution="true">
			                <action id="com.ibm.team.apt.epic.workflow.action.a3"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a6"/>
			            </state>
			            <state description="Newly identified or reopened epic" group="open" icon="processattachment:/workflow/open.gif" id="com.ibm.team.apt.epic.workflow.state.s1" name="Identified" showResolution="false">
			                <action id="com.ibm.team.apt.epic.workflow.action.a1"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a6"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a7"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a8"/>
			            </state>
			            <state description="Epic is being broken down into smaller user stories (which in turn are being developed)" group="inprogress" icon="processattachment:/workflow/inprogress.gif" id="com.ibm.team.apt.epic.workflow.state.s2" name="In Progress" showResolution="false">
			                <action id="com.ibm.team.apt.epic.workflow.action.a7"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a6"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a8"/>
			            </state>
			            <state description="Epic is invalid" group="closed" icon="processattachment:/workflow/reject.gif" id="com.ibm.team.apt.epic.workflow.state.s6" name="Invalid" showResolution="false">
			                <action id="com.ibm.team.apt.epic.workflow.action.a3"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a6"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a7"/>
			                <action id="com.ibm.team.apt.epic.workflow.action.a1"/>
			            </state>
			        </workflow>
			    </workflowDefinition>
			    <workflowDefinition id="com.ibm.team.workitem.workItemType.story2">
			        <workflow description="User Story Workflow customized for the Agility at Scale process template" name="User Story Workflow" reopenActionId="com.ibm.team.workitem.workItemType.story2.action.a6" resolveActionId="com.ibm.team.workitem.workItemType.story2.action.a5" startActionId="com.ibm.team.workitem.workItemType.story2.action.a6">
			            <resolution icon="processattachment:/workflow/close.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r1" name="Done"/>
			            <resolution icon="processattachment:/workflow/duplicate.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r2" name="Duplicate"/>
			            <resolution icon="processattachment:/workflow/implement2.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r3" name="Implemented"/>
			            <resolution icon="processattachment:/workflow/implement2.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r4" name="Implemented Upstream"/>
			            <resolution icon="processattachment:/workflow/reject.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r5" name="Invalid"/>
			            <resolution icon="processattachment:/workflow/remind.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r6" name="Later"/>
			            <resolution icon="processattachment:/workflow/wontdo.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r7" name="Won't Implement"/>
			            <resolution icon="processattachment:/workflow/works.gif" id="com.ibm.team.workitem.workItemType.story2.resolution.r8" name="Works For Me"/>
			            <action icon="processattachment:/workflow/implement2.gif" id="com.ibm.team.workitem.workItemType.story2.action.a1" name="Mark Implemented" state="com.ibm.team.workitem.workItemType.story2.state.s5"/>
			            <action icon="processattachment:/workflow/reopen.gif" id="com.ibm.team.workitem.workItemType.story2.action.a2" name="Reiterate" state="com.ibm.team.workitem.workItemType.story2.state.s3"/>
			            <action icon="processattachment:/workflow/inprogress.gif" id="com.ibm.team.workitem.workItemType.story2.action.a3" name="Start Working" state="com.ibm.team.workitem.workItemType.story2.state.s3"/>
			            <action icon="processattachment:/workflow/defer.gif" id="com.ibm.team.workitem.workItemType.story2.action.a4" name="Defer" state="com.ibm.team.workitem.workItemType.story2.state.s1">
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r2"/>
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r3"/>
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r4"/>
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r5"/>
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r6"/>
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r7"/>
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r8"/>
			            </action>
			            <action icon="processattachment:/workflow/close.gif" id="com.ibm.team.workitem.workItemType.story2.action.a5" name="Mark Done" state="com.ibm.team.workitem.workItemType.story2.state.s2">
			                <resolution id="com.ibm.team.workitem.workItemType.story2.resolution.r1"/>
			            </action>
			            <action icon="processattachment:/workflow/reopen.gif" id="com.ibm.team.workitem.workItemType.story2.action.a6" name="Reopen" state="com.ibm.team.workitem.workItemType.story2.state.s4"/>
			            <state description="Story is deferred or removed from the backlog" group="closed" icon="processattachment:/workflow/defer.gif" id="com.ibm.team.workitem.workItemType.story2.state.s1" name="Deferred" showResolution="false">
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a6"/>
			            </state>
			            <state description="Story was assigned to a tester and tested for acceptance" group="closed" icon="processattachment:/workflow/close.gif" id="com.ibm.team.workitem.workItemType.story2.state.s2" name="Done" showResolution="true">
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a6"/>
			            </state>
			            <state description="Newly identified or reopened story (which has not been refined or detailed yet)" group="open" icon="processattachment:/workflow/idea.gif" id="com.ibm.team.workitem.workItemType.story2.state.s4" name="Identified" showResolution="false">
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a3"/>
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a4"/>
			            </state>
			            <state description="Story has been implemented and unit tested, but not tested for acceptance yet" group="inprogress" icon="processattachment:/workflow/implement2.gif" id="com.ibm.team.workitem.workItemType.story2.state.s5" name="Implemented" showResolution="false">
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a4"/>
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a5"/>
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a2"/>
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a6"/>
			            </state>
			            <state description="Story is assigned to a team member and is being detailed and developed" group="inprogress" icon="processattachment:/workflow/inprogress.gif" id="com.ibm.team.workitem.workItemType.story2.state.s3" name="In Progress" showResolution="false">
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a4"/>
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a1"/>
			                <action id="com.ibm.team.workitem.workItemType.story2.action.a6"/>
			            </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.epic" workflowId="com.ibm.team.apt.epic.workflow"/>
			    <workItemCategoryBinding workItemCategoryId="com.ibm.team.workitem.workItemType.issue" workflowId="issue"/>
			    <workItemCategoryBinding workItemCategoryId="com.ibm.team.workitem.workItemType.retrospective" workflowId="com.ibm.team.workitem.retrospectiveWorkflow"/>
			    <workItemCategoryBinding workItemCategoryId="com.ibm.team.workitem.workItemType.risk" workflowId="issue"/>
			    <workItemCategoryBinding workItemCategoryId="com.ibm.team.workitem.workItemType.story" workflowId="com.ibm.team.workitem.workItemType.story2"/>
			</configuration-data>
			
			
			
			

			<configuration-data id="com.ibm.team.workitem.configuration.queries" xmlns="http://com.ibm.team.workitem/queries">
			<query description="Find all Retrospectives." id="com.ibm.team.workitem.queries.predefined.allRetrospectives" name="Retrospectives">
			    <select>
			        <column attribute="id"/>
			        <column attribute="state"/>
			        <column attribute="summary"/>
			        <column attribute="category"/>
			        <column attribute="target"/>
			    </select>
			    <where>
			        <condition operator="is">
			            <attribute name="workItemType"/>
			            <value content="com.ibm.team.workitem.workItemType.retrospective" type="type"/>
			        </condition>
			    </where>
			    <orderBy attribute="target" direction="desc"/>
			</query>
			
			<query description="Work items I have created which are open or in progress" id="com.ibm.team.workitem.queries.predefined.openCreated" name="Open created by me">
			    <select/>
			    <where>
			        <and>
			            <condition operator="is">
			                <attribute name="creator"/>
			                <variable type="currentUser"/>
			            </condition>
			            <condition operator="is">
			                <attribute name="internalState"/>
			                <variable arguments="open or in progress" type="state"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query description="Work items I have created which have been resolved" id="com.ibm.team.workitem.queries.predefined.closedCreated" name="Closed created by me">
			    <select/>
			    <where>
			        <and>
			            <condition operator="is">
			                <attribute name="creator"/>
			                <variable type="currentUser"/>
			            </condition>
			            <condition operator="is">
			                <attribute name="internalState"/>
			                <variable arguments="closed" type="state"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query description="Work items I have resolved" id="com.ibm.team.workitem.queries.predefined.myResolved" name="Resolved by me">
			    <select/>
			    <where>
			        <and>
			            <condition operator="is">
			                <attribute name="resolver"/>
			                <variable type="currentUser"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query description="My subscriptions to open or in progress work items" id="com.ibm.team.workitem.queries.predefined.openSubscribed" name="Open subscribed by me">
			    <select/>
			    <where>
			        <and>
			            <condition operator="containing">
			                <attribute name="internalSubscriptions"/>
			                <variable type="currentUser"/>
			            </condition>
			            <condition operator="is">
			                <attribute name="internalState"/>
			                <variable arguments="open or in progress" type="state"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query description="My subscriptions to resolved work items" id="com.ibm.team.workitem.queries.predefined.closedSubscribed" name="Closed subscribed by me">
			    <select/>
			    <where>
			        <and>
			            <condition operator="containing">
			                <attribute name="internalSubscriptions"/>
			                <variable type="currentUser"/>
			            </condition>
			            <condition operator="is">
			                <attribute name="internalState"/>
			                <variable arguments="closed" type="state"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query description="To do list for the current milestone" id="com.ibm.team.workitem.queries.predefined.myOpenCurrent" name="Open assigned to me (current milestone)">
			    <select/>
			    <where>
			        <and>
			            <condition operator="is">
			                <attribute name="owner"/>
			                <variable type="currentUser"/>
			            </condition>
			            <condition operator="is">
			                <attribute name="internalState"/>
			                <variable arguments="open or in progress" type="state"/>
			            </condition>
			            <condition operator="is">
			                <attribute name="target"/>
			                <variable type="current milestone"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query description="Modified in the last 12 hours" id="com.ibm.team.workitem.queries.predefined.recentlyModified" name="Recently modified">
			    <select/>
			    <where>
			        <condition operator="greater or equals">
			            <attribute name="modified"/>
			            <variable arguments="-12h" type="now"/>
			        </condition>
			    </where>
			    <orderBy attribute="modified" direction="desc"/>
			</query>
			
			<query description="Closed in the last 12 hours" id="com.ibm.team.workitem.queries.predefined.recentlyClosed" name="Recently closed">
			    <select/>
			    <where>
			        <condition operator="greater or equals">
			            <attribute name="resolutionDate"/>
			            <variable arguments="-12h" type="now"/>
			        </condition>
			    </where>
			    <orderBy attribute="resolutionDate" direction="desc"/>
			</query>
			
			<query description="Pending requests for approvals or reviews that involve me" id="com.ibm.team.workitem.queries.predefined.pendingApprovals" name="Pending approvals for me">
			    <select/>
			    <where>
			        <condition operator="pending by">
			            <attribute name="internalApprovals"/>
			            <variable type="currentUser"/>
			        </condition>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.blocked" name="Blocked Work Items" type="com.ibm.team.workitem.workItemType">
			    <select/>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="internalState"/>
			                    <variable arguments="open or in progress" type="state"/>
			                </condition>
			            </or>
			            <condition operator="link.exists">
			                <attribute name="link:com.ibm.team.workitem.linktype.blocksworkitem:target"/>
			            </condition>
			        </and>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.openIssues" name="Open Issues" type="com.ibm.team.workitem.workItemType">
			    <select/>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="internalState"/>
			                    <variable arguments="open or in progress" type="state"/>
			                </condition>
			            </or>
			            <or>
			                <condition operator="is">
			                    <attribute name="workItemType"/>
			                    <value content="com.ibm.team.workitem.workitemtype.issue" type="type"/>
			                </condition>
			            </or>
			        </and>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.openStories" name="Open Stories" type="com.ibm.team.workitem.workItemType">
			    <select>
			        <column attribute="workItemType"/>
			        <column attribute="id"/>
			        <column attribute="internalState"/>
			        <column attribute="internalPriority"/>
			        <column attribute="com.ibm.team.apt.attribute.complexity"/>
			        <column attribute="summary"/>
			        <column attribute="owner"/>
			        <column attribute="creator"/>
			    </select>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="internalState"/>
			                    <variable arguments="open or in progress" type="state"/>
			                </condition>
			            </or>
			            <or>
			                <condition operator="is">
			                    <attribute name="workItemType"/>
			                    <value content="com.ibm.team.apt.workItemType.story" type="type"/>
			                </condition>
			            </or>
			        </and>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.readyForIterationReview" name="Ready for Iteration Review" type="com.ibm.team.workitem.workItemType">
			    <select>
			        <column attribute="workItemType"/>
			        <column attribute="id"/>
			        <column attribute="internalState"/>
			        <column attribute="internalPriority"/>
			        <column attribute="com.ibm.team.apt.attribute.complexity"/>
			        <column attribute="summary"/>
			        <column attribute="owner"/>
			        <column attribute="creator"/>
			    </select>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="internalState"/>
			                    <value content="com.ibm.team.apt.story.tested" type="smallString"/>
			                </condition>
			            </or>
			            <or>
			                <condition operator="is">
			                    <attribute name="workItemType"/>
			                    <value content="com.ibm.team.apt.workItemType.story" type="type"/>
			                </condition>
			            </or>
			        </and>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.allStoriesCurrent" name="All Stories (current iteration)" type="com.ibm.team.workitem.workItemType">
			    <select>
			        <column attribute="workItemType"/>
			        <column attribute="id"/>
			        <column attribute="internalState"/>
			        <column attribute="internalPriority"/>
			        <column attribute="com.ibm.team.apt.attribute.complexity"/>
			        <column attribute="summary"/>
			        <column attribute="owner"/>
			        <column attribute="creator"/>
			    </select>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="workItemType"/>
			                    <value content="com.ibm.team.apt.workItemType.story" type="type"/>
			                </condition>
			            </or>
			            <or>
			                <condition operator="is">
			                    <attribute name="target"/>
			                    <variable type="current milestone"/>
			                </condition>
			            </or>
			        </and>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.allStories" name="All Stories" type="com.ibm.team.workitem.workItemType">
			    <select>
			        <column attribute="workItemType"/>
			        <column attribute="id"/>
			        <column attribute="internalState"/>
			        <column attribute="internalPriority"/>
			        <column attribute="com.ibm.team.apt.attribute.complexity"/>
			        <column attribute="summary"/>
			        <column attribute="owner"/>
			        <column attribute="creator"/>
			    </select>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="workItemType"/>
			                    <value content="com.ibm.team.apt.workItemType.story" type="type"/>
			                </condition>
			            </or>
			        </and>
			    </where>
			</query>
			
			<query id="com.ibm.team.process.scrum.allOpenStories" name="All Open Stories" type="com.ibm.team.workitem.workItemType">
			    <select>
			        <column attribute="workItemType"/>
			        <column attribute="id"/>
			        <column attribute="internalState"/>
			        <column attribute="internalPriority"/>
			        <column attribute="com.ibm.team.apt.attribute.complexity"/>
			        <column attribute="summary"/>
			        <column attribute="owner"/>
			        <column attribute="creator"/>
			    </select>
			    <where>
			        <and>
			            <or>
			                <condition operator="is">
			                    <attribute name="internalState"/>
			                    <variable arguments="open or in progress" type="state"/>
			                </condition>
			            </or>
			            <or>
			                <condition operator="is">
			                    <attribute name="workItemType"/>
			                    <value content="com.ibm.team.apt.workItemType.story" type="type"/>
			                </condition>
			            </or>
			        </and>
			    </where>
			</query>
			
			</configuration-data>
			
			
	        <configuration-data xmlns="http://com.ibm.team.dashboard/templates" id="com.ibm.team.dashboard.configuration.templates">
	            <dashboard-template title="${scope}" type="team">
	                <page title="General">
	                    <column>
	                        <viewlet background="true" id="com.ibm.team.dashboard.viewlets.web.static" title="Welcome to ${scope}" trim="gold">
	                            <memento>
	                                <property name="html" type="xsd:string">
	                                	&lt;div style="padding: 5px"&gt;
										Welcome to the team dashboard. This dashboard was created from a template and has not yet been customized. You can customize it to suit your needs in the following ways:
										&lt;ol&gt;
										&lt;li&gt;Drag the viewlets around to the desired positions &lt;/li&gt;
										&lt;li&gt;Configure a viewlet &lt;/li&gt;
        		                        &lt;/ol&gt;
        		                        &lt;/div&gt;                 
									</property>
	                            </memento>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.description" title="Team Description" trim="blue"/>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.feed.jazz" title="Events Log" trim="blue">
	                            <preference id="items" value="10"/>
	                        </viewlet>
	                    </column>
	                    <column>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.members" trim="blue"/>
	                        <viewlet id="com.ibm.team.apt.viewlet.plans" trim="blue"/>
	                        <viewlet id="com.ibm.team.build.viewlet.builds" trim="blue"/>
	                    </column>
	                    <column>
	                        <viewlet id="com.ibm.team.reports.viewlet.scrum" title="Burndown" trim="blue">
	                            <preference id="report" value="workitems.MicroBurndown"/>
	                            <preference id="interval" value="{Current Iteration}"/>
	                            <preference id="team" value="/${scope-path}"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.reports.viewlet.scrum" title="Estimated vs Actual Work" trim="blue">
	                            <preference id="report" value="workitems.MicroEstimatedVsActualWork"/>
	                            <preference id="interval" value="&lt;&lt;All&gt;&gt;"/>
	                            <preference id="team" value="/${scope-path}"/>
	                        </viewlet>
	                    </column>
	                </page>
	            </dashboard-template>
	            <dashboard-template title="${scope}'s ${dashboard}" type="contributor">
	                <page title="General">
	                    <column>
	                        <viewlet background="true" id="com.ibm.team.dashboard.viewlets.web.static" title="Welcome, ${scope}" trim="purple">
	                            <memento>
	                                <property name="html" type="xsd:string">
	                                	&lt;div style="padding: 5px"&gt;
	                                	Welcome to your personal dashboard. You can customize it to suit your needs in the following ways:
										&lt;ol&gt;
										&lt;li&gt;Drag the viewlets around to the desired positions &lt;/li&gt;
										&lt;li&gt;Configure viewlet preferences &lt;/li&gt;
										&lt;li&gt;Organize viewlets in tabs &lt;/li&gt;
										&lt;li&gt;Add new viewlets using the viewlet chooser &lt;/li&gt;
										&lt;/ol&gt;
										&lt;/div&gt;
									</property>
	                            </memento>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.workitem.viewlet.statistics" trim="blue">
	                            <preference id="presentation" value="bar"/>
	                            <preference id="query" value="com.ibm.team.workitem.queries.predefined.myOpen"/>
	                            <preference id="parameter" value="com.ibm.team.workitem.attribute.priority"/>
	                        </viewlet>
	                    </column>
	                    <column>
	                        <viewlet id="com.ibm.team.workitem.viewlet.queries" title="My Queries" trim="blue">
	                            <memento>
	                                <property name="queryStringIds" type="xsd:string">
	                                    <value>com.ibm.team.workitem.queries.predefined.myOpen</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.myOpenCurrent</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.openCreated</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.openSubscribed</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.pendingApprovals</value>
	                                </property>
	                            </memento>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.bookmarks" title="My Links" trim="blue">
	                            <memento>
	                                <property name="bookmarks" type="xsd:string">
	                                    <memento>
	                                        <property name="title" type="xsd:string">Jazz</property>
	                                        <property name="href" type="xsd:string">http://jazz.net</property>
	                                        <property name="id" type="int">2</property>
	                                        <property name="category" type="xsd:string">technology</property>
	                                        <property name="description" type="xsd:string">Jazz platform community site</property>
	                                    </memento>
	                                </property>
	                                <property name="nextId" type="int">3</property>
	                            </memento>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.workitem.viewlet.queryresults" trim="blue">
	                            <preference id="defaultQuery" value="com.ibm.team.workitem.queries.predefined.myOpen"/>
	                        </viewlet>
	                    </column>
	                    <column>
	                        <viewlet id="com.ibm.team.workitem.viewlet.statistics" trim="blue">
	                            <preference id="presentation" value="pie"/>
	                            <preference id="query" value="com.ibm.team.workitem.queries.predefined.myOpen"/>
	                            <preference id="parameter" value="com.ibm.team.workitem.attribute.severity"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.reports.viewlet.scrum" title="My Team's Burndown" trim="green">
	                            <preference id="report" value="workitems.MicroBurndown"/>
	                            <preference id="interval" value="{Current Iteration}"/>
	                            <preference id="team" value="{My Team Areas}"/>
	                        </viewlet>
	                    </column>
	                </page>
	            </dashboard-template>
	            <dashboard-template title="${scope}" type="project">
	                <page title="General">
	                    <column>
	                        <viewlet background="true" id="com.ibm.team.dashboard.viewlets.web.static" title="Welcome to ${scope}" trim="gray">
	                            <memento>
	                                <property name="html" type="xsd:string">
	                                	&lt;div style=&quot;padding: 5px&quot;&gt;
										Welcome to the project dashboard. This dashboard was created from a template and has not yet been customized.
										&lt;/div&gt;
									</property>
	                            </memento>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.description" title="Project Description" trim="blue"/>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.teams" trim="blue"/>
	                        <viewlet id="com.ibm.team.workitem.viewlet.queries" title="${scope} Queries" trim="blue">
	                            <memento>
	                                <property name="queryStringIds" type="xsd:string">
	                                    <value>com.ibm.team.process.scrum.blocked</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.recentlyModified</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.recentlyClosed</value>
	                                    <value>com.ibm.team.workitem.queries.predefined.incoming</value>
	                                    <value>com.ibm.team.process.scrum.blocked</value>
	                                </property>
	                            </memento>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.dashboard.viewlets.web.bookmarks" title="Useful Links" trim="blue">
	                            <memento>
	                                <property name="bookmarks" type="xsd:string">
	                                    <memento>
	                                        <property name="title" type="xsd:string">Jazz</property>
	                                        <property name="href" type="xsd:string">http://jazz.net</property>
	                                        <property name="id" type="int">2</property>
	                                        <property name="category" type="xsd:string">technology</property>
	                                        <property name="description" type="xsd:string">Jazz platform community site</property>
	                                    </memento>
	                                </property>
	                                <property name="nextId" type="int">3</property>
	                            </memento>
	                        </viewlet>
	                    </column>
	                    <column>
	                        <viewlet id="com.ibm.team.workitem.viewlet.queryresults" trim="blue">
	                            <preference id="defaultQuery" value="com.ibm.team.process.scrum.openissues"/>
	                            <preference id="items" value="10"/>
	                            <preference id="secondIcon" value="severity"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.workitem.viewlet.queryresults" trim="blue">
	                            <preference id="defaultQuery" value="com.ibm.team.process.scrum.allStoriesCurrent"/>
	                            <preference id="items" value="10"/>
	                            <preference id="secondIcon" value="priority"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.workitem.viewlet.statistics" title="Open Stories by Priority" trim="blue">
	                            <preference id="presentation" value="bar"/>
	                            <preference id="query" value="com.ibm.team.process.scrum.allOpenStories"/>
	                            <preference id="parameter" value="com.ibm.team.workitem.attribute.priority"/>
	                        </viewlet>
	                    </column>
	                    <column>
	                        <viewlet id="com.ibm.team.reports.viewlet.scrum" title="Burndown" trim="blue">
	                            <preference id="report" value="workitems.MicroBurndown"/>
	                            <preference id="interval" value="&lt;&lt;All&gt;&gt;"/>
	                            <preference id="team" value="&lt;&lt;All&gt;&gt;"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.reports.viewlet.scrum" title="Estimated vs Actual Work" trim="gray">
	                            <preference id="report" value="workitems.MicroEstimatedVsActualWork"/>
	                            <preference id="interval" value="&lt;&lt;All&gt;&gt;"/>
	                            <preference id="team" value="&lt;&lt;All&gt;&gt;"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.apt.viewlet.plans" trim="blue">
	                            <preference id="defaultLine" value="development"/>
	                        </viewlet>
	                        <viewlet id="com.ibm.team.workitem.viewlet.queryresults" title="Recently Created" trim="blue">
	                            <preference id="defaultQuery" value="com.ibm.team.workitem.queries.predefined.recentlyCreated"/>
	                            <preference id="items" value="10"/>
	                            <preference id="secondIcon" value="severity"/>
	                        </viewlet>
	                    </column>
	                </page>
	            </dashboard-template>
	        </configuration-data>
	        
	        

			<configuration-data id="com.ibm.team.workitem.query.editor.configuration" xmlns="http://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>
			
			<configuration-data id="com.ibm.team.workitem.editor.configuration.quickinformationconfiguration" xmlns="http://com.ibm.team.workitem.editor/quickinformation">
				<quickinformationConfiguration id="com.ibm.team.workitem.configuration.quickinformation.default">
					<presentation title="Subscribers" kind="com.ibm.team.workitem.quickinformation.kind.subscriber">
						<property key="linkTarget" value="com.ibm.team.workitem.attribute.subscriptions" />
					</presentation>
					<presentation title="Attachments" kind="com.ibm.team.workitem.quickinformation.kind.artifact">
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.attachments" />
					</presentation>
					<presentation title="Parent" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.parentworkitem/parent" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Children" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.parentworkitem/children" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Blocks" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.blocksworkitem/blocks" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Depends On" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.blocksworkitem/dependsOn" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Duplicate Of" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.duplicateworkitem/duplicateOf" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Duplicated By" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.duplicateworkitem/duplicates" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Related" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.relatedworkitem/" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Copies" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.copiedworkitem/copies" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Copied From" kind="com.ibm.team.workitem.quickinformation.kind.workitem">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.copiedworkitem/copiedFrom" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Mentions" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.textualReference/target" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Mentioned By" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.textualReference/source" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Related Artifacts" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.workitem.linktype.relatedartifact/relatedArtifact" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Change Sets" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.filesystem.workitems.change_set/com.ibm.team.scm.ChangeSet" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Reported against Builds" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.build.linktype.reportedWorkItems/com.ibm.team.build.common.link.reportedAgainstBuilds" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="Included in Builds" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.build.linktype.includedWorkItems/com.ibm.team.build.common.link.includedInBuilds" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation title="External Connection" kind="com.ibm.team.workitem.quickinformation.kind.reference">
						<property key="endpointId" value="com.ibm.team.interop.linktype.item/externalConnection" />
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.links" />
					</presentation>
					<presentation kind="com.ibm.team.workitem.quickinformation.kind.reference" title="SVN Revisions">
						<property key="endpointId" value="com.ibm.team.scm.svn.linkType.workItem/source"/>
					 	<property key="linkTarget" value="com.ibm.team.workitem.presentation.links"/>
					</presentation>
					<presentation title="Approvals" kind="com.ibm.team.workitem.quickinformation.kind.approval">
						<property key="linkTarget" value="com.ibm.team.workitem.presentation.approvals" />
					</presentation>
				</quickinformationConfiguration>
			</configuration-data>
	
			<configuration-data id="com.ibm.team.workitem.editor.configuration.presentations" xmlns="http://com.ibm.team.workitem.editor/presentations">
				<editor id="com.ibm.team.workitem.editor.default">
					<tab tabId="com.ibm.team.workitem.editor.default.internalHeader" title="none"/>
					<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.apt.editor.story.internalHeader" layout="internalHeader">
					<section sectionId="com.ibm.team.workitem.header.default" title="none"/>
				</tab>
				<tab id="com.ibm.team.workitem.editor.retrospective.internalHeader" layout="internalHeader">
					<section sectionId="com.ibm.team.workitem.header.default" title="none"/>
				</tab>
				<tab id="com.ibm.team.workitem.editor.default.internalHeader" layout="internalHeader">
					<section sectionId="com.ibm.team.workitem.header.default" title="none"/>
				</tab>
				<section id="com.ibm.team.workitem.header.default">
					<presentation attributeId="com.ibm.team.workitem.attribute.summary"/>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<presentation kind="com.ibm.team.workitem.kind.workflow.state">
						<property key="labelVisible" value="false"/>
					</presentation>
					<presentation kind="com.ibm.team.workitem.kind.workflow.resolution">
						<property key="labelVisible" value="false"/>
					</presentation>
				</section>
				
				<editor id="com.ibm.team.apt.editor.story">
					<tab tabId="com.ibm.team.apt.editor.story.internalHeader" title="none"/>
					<tab tabId="com.ibm.team.apt.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="acceptancetest" title="Acceptance Test"/>
					<tab tabId="com.ibm.team.workitem.tab.history" title="History"/>
				</editor>
				
				<editor id="com.ibm.team.workitem.editor.retrospective">
					<tab tabId="com.ibm.team.workitem.editor.retrospective.internalHeader" title="none"/>
					<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="acceptanceTest">
					<presentation attributeId="acceptance" kind="com.ibm.team.workitem.kind.html"/>
				</section>
				
				<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>
				
				<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>
				
				<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>
				
				<section id="com.ibm.team.workitem.section.subscribers">
					<presentation attributeId="com.ibm.team.workitem.attribute.subscriptions" kind="com.ibm.team.workitem.kind.contributorList"/>
				</section>
				
				<tab id="com.ibm.team.apt.tab.overview" layout="builtInOverviewLayout">
					<section sectionId="com.ibm.team.apt.section.details" slot="details" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="quickInfo" 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.overview" layout="builtInOverviewLayout">
					<section sectionId="com.ibm.team.workitem.section.details" slot="details" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="quickInfo" 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>
				
				<section id="com.ibm.team.workitem.section.quickinformation">
					<presentation id="com.ibm.team.workitem.presentation.quickinformation" kind="com.ibm.team.workitem.kind.internal.quickInformation">
						<property key="quickinformationConfiguration" value="com.ibm.team.workitem.configuration.quickinformation.default"/>
					</presentation>
				</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.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.links">
					<presentation id="com.ibm.team.workitem.presentation.links" kind="com.ibm.team.workitem.kind.internal.links"/>
				</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.quickinformation" slot="quickInfo" 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.customAttributes" layout="builtInCustomAttributesLayout">
					<section sectionId="com.ibm.team.workitem.section.collector_small" slot="left" title="Miscellaneous">
						<property key="width" value="small"/>
						<property key="autocollect" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.collector_wide" slot="right" title="Miscellaneous">
						<property key="width" value="wide"/>
						<property key="autocollect" value="true"/>
					</section>
				</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.internal.deliverable"/>
					<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.timespent" kind="com.ibm.team.apt.kind.internal.timespent"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.duedate"/>
					<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.apt.section.details">
					<presentation attributeId="com.ibm.team.workitem.attribute.workitemtype" kind="com.ibm.team.workitem.kind.enumeration"/>
					<presentation attributeId="com.ibm.team.apt.attribute.complexity" kind="com.ibm.team.workitem.kind.enumeration"/>
					<presentation attributeId="com.ibm.team.apt.attribute.progress" kind="com.ibm.team.apt.kind.internal.progress"/>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<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"/>
					<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.history" layout="builtInHistoryLayout">
					<section sectionId="com.ibm.team.workitem.section.history" title="History"/>
				</tab>
				
				<tab id="acceptancetest" layout="builtInCustomAttributesLayout">
					<section sectionId="acceptanceTest" slot="right" title="Acceptance"/>
				</tab>
				
				<tab id="com.ibm.team.workitem.tab.approvals" layout="builtInApprovalsLayout">
					<section sectionId="com.ibm.team.workitem.section.approvals" title="Approvals"/>
				</tab>
				
				<section id="com.ibm.team.workitem.section.description">
					<presentation attributeId="com.ibm.team.workitem.attribute.description" kind="com.ibm.team.workitem.kind.internal.description"/>
				</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>
				
			    <editor id="com.ibm.team.apt.editor.epic">
			        <tab tabId="com.ibm.team.apt.editor.story.internalHeader" title="none"/>
			        <tab tabId="com.ibm.team.apt.tab.epic.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.apt.tab.epic.overview" layout="builtInOverviewLayout">
			        <section sectionId="com.ibm.team.apt.section.epic.details" slot="details" title="Details"/>
			        <section sectionId="com.ibm.team.workitem.section.quickinformation" slot="quickInfo" 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>
			    <section id="com.ibm.team.apt.section.epic.details">
			        <presentation attributeId="com.ibm.team.workitem.attribute.workitemtype" kind="com.ibm.team.workitem.kind.enumeration"/>
			        <presentation attributeId="com.ibm.team.apt.attribute.progress" kind="com.ibm.team.apt.kind.internal.progress"/>
			        <presentation kind="com.ibm.team.workitem.kind.separator"/>
			        <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"/>
			        <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>
				<section id="com.ibm.team.apt.planPreview.default.section.summary">
					<presentation attributeId="com.ibm.team.workitem.attribute.summary" kind="com.ibm.team.workitem.kind.smallhtml">
						<property key="labelVisible" value="true"/>
					</presentation>
				</section>
				<tab id="com.ibm.team.apt.planPreview.default" layout="builtInHLayout">
					<section sectionId="com.ibm.team.apt.planPreview.default.section.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.apt.planPreview.default.section.details" slot="left" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.apt.planPreview.default.section.details">
					<presentation attributeId="com.ibm.team.workitem.attribute.severity" kind="com.ibm.team.workitem.kind.enumeration"/>
					<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.timespent" kind="com.ibm.team.apt.kind.internal.timespent"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.duedate"/>
				</section>
				<section id="com.ibm.team.apt.planPreview.story.section.details">
					<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.apt.attribute.complexity" kind="com.ibm.team.workitem.kind.enumeration"/>
					<presentation kind="com.ibm.team.apt.kind.internal.progress"/>
				</section>
				<tab id="com.ibm.team.apt.planPreview.story" layout="builtInHLayout">
					<section sectionId="com.ibm.team.apt.planPreview.default.section.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.apt.planPreview.story.section.details" slot="left" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<tab id="com.ibm.team.apt.planPreview.epic" layout="builtInHLayout">
					<section sectionId="com.ibm.team.apt.planPreview.default.section.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.apt.planPreview.epic.section.details" slot="left" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.apt.planPreview.epic.section.details">
					<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 kind="com.ibm.team.apt.kind.internal.progress"/>
				</section>
				<tab id="com.ibm.team.apt.planPreview.issue" layout="builtInHLayout">
					<section sectionId="com.ibm.team.apt.planPreview.default.section.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.apt.planPreview.issue.section.details" slot="left" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab> 
				<section id="com.ibm.team.apt.planPreview.issue.section.details">
					<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"/>
				</section>
				<tab id="com.ibm.team.apt.planPreview.retrospective" layout="builtInHLayout">
					<section sectionId="com.ibm.team.apt.planPreview.default.section.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.apt.planPreview.retrospective.section.details" slot="left" title="Details"/>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.apt.planPreview.retrospective.section.details">
					<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"/>
				</section>
				<editor id="com.ibm.team.apt.planPreview">
					<tab tabId="com.ibm.team.apt.planPreview.default" title="Default"/>
					<tab tabId="com.ibm.team.apt.planPreview.story" title="Story"/>
					<tab tabId="com.ibm.team.apt.planPreview.epic" title="Epic"/>
					<tab tabId="com.ibm.team.apt.planPreview.issue" title="issue"/>
					<tab tabId="com.ibm.team.apt.planPreview.retrospective" title="Retrospective"/>
				</editor>
				<section id="com.ibm.team.workitem.web.inline.default.summary">
					<presentation attributeId="com.ibm.team.workitem.attribute.summary" kind="com.ibm.team.workitem.kind.smallhtml">
						<property key="labelVisible" value="true"/>
					</presentation>
				</section>
				<tab id="com.ibm.team.workitem.web.inline.default" layout="builtInHLayout">
					<section sectionId="com.ibm.team.workitem.web.inline.default.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.web.inline.default.details" slot="left" title="Details">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.workitem.web.inline.default.details">
					<presentation kind="com.ibm.team.workitem.kind.workflow.state"/>
					<presentation kind="com.ibm.team.workitem.kind.workflow.resolution"/>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<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.internal.deliverable"/>
					<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.owner">
						<property key="warningMessage" value="Owner does not belong to Team Area"/>
					</presentation>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<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"/>
				</section>
				<tab id="com.ibm.team.workitem.web.inline.story" layout="builtInHLayout">
					<section sectionId="com.ibm.team.workitem.web.inline.default.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.web.inline.story.details" slot="left" title="Details">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.workitem.web.inline.story.details">
					<presentation kind="com.ibm.team.workitem.kind.workflow.state"/>
					<presentation kind="com.ibm.team.workitem.kind.workflow.resolution"/>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<presentation attributeId="com.ibm.team.apt.attribute.complexity" kind="com.ibm.team.workitem.kind.enumeration"/>
					<presentation kind="com.ibm.team.apt.kind.internal.progress"/>
					<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.owner">
						<property key="warningMessage" value="Owner does not belong to Team Area"/>
					</presentation>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<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"/>
				</section>
				<tab id="com.ibm.team.workitem.web.inline.epic" layout="builtInHLayout">
					<section sectionId="com.ibm.team.workitem.web.inline.default.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.web.inline.epic.details" slot="left" title="Details">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.workitem.web.inline.epic.details">
					<presentation kind="com.ibm.team.workitem.kind.workflow.state"/>
					<presentation kind="com.ibm.team.workitem.kind.workflow.resolution"/>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<presentation kind="com.ibm.team.apt.kind.internal.progress"/>
					<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 attributeId="com.ibm.team.workitem.attribute.owner">
						<property key="warningMessage" value="Owner does not belong to Team Area"/>
					</presentation>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<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"/>
				</section>
				<tab id="com.ibm.team.workitem.web.inline.issue" layout="builtInHLayout">
					<section sectionId="com.ibm.team.workitem.web.inline.default.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.web.inline.issue.details" slot="left" title="Details">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.workitem.web.inline.issue.details">
					<presentation kind="com.ibm.team.workitem.kind.workflow.state"/>
					<presentation kind="com.ibm.team.workitem.kind.workflow.resolution"/>
					<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.owner">
						<property key="warningMessage" value="Owner does not belong to Team Area"/>
					</presentation>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.target" kind="com.ibm.team.workitem.kind.internal.target"/>
				</section>
				<tab id="com.ibm.team.workitem.web.inline.retrospective" layout="builtInHLayout">
					<section sectionId="com.ibm.team.workitem.web.inline.default.summary" slot="top" title="Summary">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.web.inline.retrospective.details" slot="left" title="Details">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.quickinformation" slot="right" title="Quick Info">
						<property key="noHeader" value="true"/>
					</section>
					<section sectionId="com.ibm.team.workitem.section.description" slot="bottom" title="Description"/>
					<section sectionId="com.ibm.team.workitem.section.discussion" slot="bottom" title="Discussion">
						<property key="expanded" value="false"/>
					</section>
				</tab>
				<section id="com.ibm.team.workitem.web.inline.retrospective.details">
					<presentation kind="com.ibm.team.workitem.kind.workflow.state"/>
					<presentation kind="com.ibm.team.workitem.kind.workflow.resolution"/>
					<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.owner">
						<property key="warningMessage" value="Owner does not belong to Team Area"/>
					</presentation>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.target" kind="com.ibm.team.workitem.kind.internal.target"/>
				</section>
				<editor id="com.ibm.team.workitem.web.inline">
					<tab tabId="com.ibm.team.workitem.web.inline.default" title="Default"/>
					<tab tabId="com.ibm.team.workitem.web.inline.story" title="Story"/>
					<tab tabId="com.ibm.team.workitem.web.inline.epic" title="Epic"/>
					<tab tabId="com.ibm.team.workitem.web.inline.issue" title="issue"/>
					<tab tabId="com.ibm.team.workitem.web.inline.retrospective" title="Retrospective"/>
				</editor>
				<section id="com.ibm.team.workitem.lightweight.editor.section">
					<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.workitemtype" kind="com.ibm.team.workitem.kind.enumeration"/>
					<presentation kind="com.ibm.team.workitem.kind.separator"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.summary"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.description" kind="com.ibm.team.workitem.kind.html">
						<property key="small" value="true"/>
					</presentation>
					<presentation attributeId="com.ibm.team.workitem.attribute.version" kind="com.ibm.team.workitem.kind.internal.deliverable"/>
					<presentation attributeId="com.ibm.team.workitem.attribute.severity" kind="com.ibm.team.workitem.kind.enumeration"/>
					<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 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 kind="com.ibm.team.workitem.kind.separator"/>
				</section>
				<editor id="com.ibm.team.workitem.lightweight">
					<tab tabId="com.ibm.team.workitem.lightweight.editor" title="Other Work Item Editor Elements"/>
				</editor>
				<tab id="com.ibm.team.workitem.lightweight.editor" layout="builtInHLayout">
					<section sectionId="com.ibm.team.workitem.lightweight.editor.section" title="Lightweight Creator"/>
				</tab>
			</configuration-data>
			
            <configuration-data id="com.ibm.team.apt.configuration.workResourcesSpecification" xmlns="http://com.ibm.team.apt/workResourcesSpecification">
                <workResourcesSpecification workHours="8" workDays="5"/>
            </configuration-data>
            
            <configuration-data id="com.ibm.team.workitem.editor.configuration.workitemTypeEditorIdBinding" xmlns="http://com.ibm.team.workitem.editor/workitemTypeEditorIdBinding">
	            <workitemTypeEditorIdBinding editorId="com.ibm.team.apt.editor.story" workitemType="com.ibm.team.apt.workItemType.story"/>
	            <workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.editor.retrospective" workitemType="com.ibm.team.workitem.workItemType.retrospective"/>
	            <workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.editor.retrospective" workitemType="com.ibm.team.workitem.workitemtype.issue"/>
                <workitemTypeEditorIdBinding editorId="com.ibm.team.apt.editor.epic" workitemType="com.ibm.team.apt.workItemType.epic"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.lightweight.editor.section" target="com.ibm.team.workitem.editor.lightweight" workitemType="com.ibm.team.workitem.workitemtype.issue"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.lightweight.editor.section" target="com.ibm.team.workitem.editor.lightweight" workitemType="defect"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.lightweight.editor.section" target="com.ibm.team.workitem.editor.lightweight" workitemType="com.ibm.team.apt.workItemType.epic"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.lightweight.editor.section" target="com.ibm.team.workitem.editor.lightweight" workitemType="task"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.lightweight.editor.section" target="com.ibm.team.workitem.editor.lightweight" workitemType="com.ibm.team.workitem.workItemType.retrospective"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.lightweight.editor.section" target="com.ibm.team.workitem.editor.lightweight" workitemType="com.ibm.team.apt.workItemType.story"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.apt.planPreview.story" target="com.ibm.team.apt.ui.internal.previewPane" workitemType="com.ibm.team.apt.workItemType.story"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.web.inline.story" target="com.ibm.team.workitem.web.inline" workitemType="com.ibm.team.apt.workItemType.story"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.apt.planPreview.epic" target="com.ibm.team.apt.ui.internal.previewPane" workitemType="com.ibm.team.apt.workItemType.epic"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.web.inline.epic" target="com.ibm.team.workitem.web.inline" workitemType="com.ibm.team.apt.workItemType.epic"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.apt.planPreview.issue" target="com.ibm.team.apt.ui.internal.previewPane" workitemType="com.ibm.team.workitem.workitemtype.issue"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.web.inline.issue" target="com.ibm.team.workitem.web.inline" workitemType="com.ibm.team.workitem.workitemtype.issue"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.apt.planPreview.retrospective" target="com.ibm.team.apt.ui.internal.previewPane" workitemType="com.ibm.team.workitem.workItemType.retrospective"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.web.inline.retrospective" target="com.ibm.team.workitem.web.inline" workitemType="com.ibm.team.workitem.workItemType.retrospective"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.apt.planPreview.default" target="com.ibm.team.apt.ui.internal.previewPane" workitemType="defect"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.web.inline.default" target="com.ibm.team.workitem.web.inline" workitemType="defect"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.apt.planPreview.default" target="com.ibm.team.apt.ui.internal.previewPane" workitemType="task"/>
				<workitemTypeEditorIdBinding editorId="com.ibm.team.workitem.web.inline.default" target="com.ibm.team.workitem.web.inline" workitemType="task"/>
            </configuration-data>
            
            <configuration-data id="com.ibm.team.apt.configuration.topLevelPlanWorkItemBinding" xmlns="http://com.ibm.team.apt/topLevelPlanWorkItemBinding">
                <topLevelPlanWorkItemBinding workitemType="com.ibm.team.apt.workItemType.story"/>
                <topLevelPlanWorkItemBinding workitemType="com.ibm.team.apt.workItemType.epic"/>
            </configuration-data>

			<configuration-data xmlns="http://com.ibm.team.apt/workItemProgressMode" id="com.ibm.team.apt.configuration.workItemProgressMode">
			    <estimationMode name="TimeRemaining"/>
			</configuration-data>
			
			<configuration-data xmlns="http://com.ibm.team.workitem/enumerations" id="com.ibm.team.workitem.configuration.enumerations">
			    <enumeration attributeTypeId="complexity">
			        <literal default="true" id="0" name="0 pts"/>
			        <literal id="1" name="1 pt"/>
			        <literal id="2" name="2 pts"/>
			        <literal id="3" name="3 pts"/>
			        <literal id="5" name="5 pts"/>
			        <literal id="8" name="8 pts"/>
			        <literal id="13" name="13 pts"/>
			        <literal id="20" name="20 pts"/>
			        <literal id="40" name="40 pts"/>
			        <literal id="100" name="100 pts"/>
			    </enumeration>
			    <enumeration attributeTypeId="priority">
			        <literal default="true" icon="processattachment:/enumeration/unassigned.gif" id="priority.literal.l01" name="Unassigned"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="priority.literal.l02" name="10 Low"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="priority.literal.l03" name="9 low"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="priority.literal.l04" name="8 Low"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="priority.literal.l05" name="7 Low"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="priority.literal.l06" name="6 Low"/>
			        <literal icon="processattachment:/enumeration/medium.gif" id="priority.literal.l07" name="5 Medium"/>
			        <literal icon="processattachment:/enumeration/medium.gif" id="priority.literal.l08" name="4 Medium"/>
			        <literal icon="processattachment:/enumeration/medium.gif" id="priority.literal.l09" name="3 Medium"/>
			        <literal icon="processattachment:/enumeration/medium.gif" id="priority.literal.l10" name="2 Medium"/>
			        <literal icon="processattachment:/enumeration/high.gif" id="priority.literal.l11" name="1 High"/>
			    </enumeration>
			    <enumeration attributeTypeId="severity">
			        <literal icon="processattachment:/enumeration/unassigned2.gif" id="severity.literal.l1" name="Unclassified"/>
			        <literal icon="processattachment:/enumeration/minor.gif" id="severity.literal.l2" name="Minor"/>
			        <literal default="true" icon="processattachment:/enumeration/normal.gif" id="severity.literal.l3" name="Normal"/>
			        <literal icon="processattachment:/enumeration/major.gif" id="severity.literal.l4" name="Major"/>
			        <literal icon="processattachment:/enumeration/critical.gif" id="severity.literal.l5" name="Critical"/>
			        <literal icon="processattachment:/enumeration/blocker.gif" id="severity.literal.l6" name="Blocker"/>
			    </enumeration>
			    <enumeration attributeTypeId="impact">
			        <literal default="true" icon="processattachment:/enumeration/unassigned.gif" id="impact.literal.l1" name="Unassigned" null="true"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="impact.literal.l2" name="1 Very Low"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="impact.literal.l3" name="2 Low"/>
			        <literal icon="processattachment:/enumeration/medium.gif" id="impact.literal.l4" name="3 Medium"/>
			        <literal icon="processattachment:/enumeration/high.gif" id="impact.literal.l5" name="4 High"/>
			        <literal icon="processattachment:/enumeration/high.gif" id="impact.literal.l6" name="5 Very High"/>
			    </enumeration>
			    <enumeration attributeTypeId="probability">
			        <literal default="true" icon="processattachment:/enumeration/unassigned.gif" id="probability.literal.l1" name="Unassigned" null="true"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="probability.literal.l2" name="1 Very Low"/>
			        <literal icon="processattachment:/enumeration/low.gif" id="probability.literal.l3" name="2 Low"/>
			        <literal icon="processattachment:/enumeration/medium.gif" id="probability.literal.l4" name="3 Medium"/>
			        <literal icon="processattachment:/enumeration/high.gif" id="probability.literal.l5" name="4 High"/>
			        <literal icon="processattachment:/enumeration/high.gif" id="probability.literal.l6" name="5 Very High"/>
			        <literal icon="processattachment:/enumeration/critical.gif" id="probability.literal.l7" name="6 Happening"/>
			    </enumeration>
			</configuration-data>
			
			
			<configuration-data xmlns="http://com.ibm.team.workitem/approvalTracking" id="com.ibm.team.workitem.configuration.approvalTracking">
			    <approvalTracking approvalTarget="com.ibm.team.workitem.approvalState.approved" approvalType="com.ibm.team.workitem.approvalType.verification" workflowAction="bugzillaWorkflow.action.verify" workflowId="bugzillaWorkflow"/>
			    <approvalTracking approvalTarget="com.ibm.team.workitem.approvalState.rejected" approvalType="com.ibm.team.workitem.approvalType.verification" workflowAction="bugzillaWorkflow.action.reopen" workflowId="bugzillaWorkflow"/>
			    <approvalTracking approvalTarget="com.ibm.team.workitem.approvalState.pending" approvalType="com.ibm.team.workitem.approvalType.verification" workflowAction="bugzillaWorkflow.action.setResolved" workflowId="bugzillaWorkflow"/>
			</configuration-data>
			
			<configuration-data xmlns="http://com.ibm.team.apt/complexityAttribute" id="com.ibm.team.apt.configuration.attributes">
			    <complexityAttribute abbreviation="Story Points" attributeId="com.ibm.team.apt.attributes._com.ibm.team.apt.attribute.complexity" label="Story Points"/>
			    <attribute id="com.ibm.team.apt.attributes._com.ibm.team.apt.attribute.complexity" implementation="com.ibm.team.apt.client.WorkItemAttribute" name="Story Points">
			        <parameters>
			            <parameter key="attribute" value="com.ibm.team.apt.attribute.complexity"/>
			        </parameters>
			    </attribute>
			</configuration-data>
			<configuration-data id="com.ibm.team.workitem.configuration.templates" xmlns="http://com.ibm.team.workitem/templates">
				<template content="processattachment:/workitemtemplates/inception_iteration.xml" description="Typical work performed during an iteration in Inception phase." identifier="inception_iteration" name="Inception Iteration"/>
				<template content="processattachment:/workitemtemplates/construction_iteration.xml" description="Typical work performed during an iteration in Construction phase." identifier="construction_iteration" name="Construction Iteration"/>
				<template content="processattachment:/workitemtemplates/transition_iteration.xml" description="Typical work performed during an iteration in Transition phase." identifier="transition_iteration" name="Transition Iteration"/>
			</configuration-data>
			
			
			
			
			
			
			
			
			
			
			
		</data>
	</project-configuration>
	
	<team-configuration>
		<permissions>
		    <role id="default">
		        <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="modify">
		                <action id="any"/>
		            </action>
		            <action id="create">
		                <action id="any"/>
		            </action>
		            <action id="action">
		                <action id="any"/>
		            </action>
		            <action id="remove"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		    </role>
		    <role id="Team Lead">
		        <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.buildLifecycle">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.dashboard.server.saveTeamDashboard">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.interop.server.synchronize">
		            <action id="any"/>
		        </operation>
		        <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.process.server.saveTeamArea">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.process.server.generateTeamInvitation">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.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.query.deployment">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.deliver">
		            <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.modifyChangeset">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.modifyBaseline">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.modifySnapshot">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.operation.workItemSave">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.saveQuery">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.deleteQuery">
		            <action id="any"/>
		        </operation>
		    </role>
		    <role id="Stakeholder">
		        <operation id="com.ibm.team.workitem.operation.workItemSave">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.saveQuery">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.deleteQuery">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		    </role>
		    <role id="Analyst">
		        <operation id="com.ibm.team.dashboard.server.saveTeamDashboard">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.apt.server.saveIterationPlan">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.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.query.deployment">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.deliver">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.operation.workItemSave">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.saveQuery">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.deleteQuery">
		            <action id="any"/>
		        </operation>
		    </role>
		    <role id="Architect">
		        <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.buildLifecycle">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.dashboard.server.saveTeamDashboard">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.interop.server.synchronize">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.apt.server.saveIterationPlan">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.process.server.generateTeamInvitation">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.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.query.deployment">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.process.server.saveTeamArea">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.deliver">
		            <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.modifyBaseline">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.modifySnapshot">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.operation.workItemSave">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.saveQuery">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.deleteQuery">
		            <action id="any"/>
		        </operation>
		    </role>
		    <role id="Developer">
		        <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.buildLifecycle">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.interop.server.synchronize">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.deliver">
		            <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.modifyBaseline">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.modifySnapshot">
		            <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>
		    </role>
		    <role id="Tester">
		        <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.buildLifecycle">
		            <action id="any"/>
		        </operation>
		    </role>
		    <role id="Test Manager">
		        <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.buildLifecycle">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.dashboard.server.saveTeamDashboard">
		            <action id="any"/>
		        </operation>
		        <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.process.server.saveTeamArea">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.process.server.generateTeamInvitation">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.display">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.reports.service.report.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.query.deployment">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.deliver">
		            <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.modifyBaseline">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.scm.server.modifySnapshot">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.operation.workItemSave">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.saveQuery">
		            <action id="any"/>
		        </operation>
		        <operation id="com.ibm.team.workitem.server.deleteQuery">
		            <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" description="Work items must be Filed Against a specific category and a Summary must be provided so that the team can quickly evaluate who is responsible for the issue." id="com.ibm.team.workitem.advisor.requiredProperties" name="Required Properties">
		                    <properties workItemTypeCategory="com.ibm.team.workitem.workItemType">
		                        <property id="com.ibm.team.workitem.attribute.summary"/>
		                        <property id="com.ibm.team.workitem.attribute.category"/>
		                    </properties>
		                    <properties workItemType="com.ibm.team.workitem.workItemType.retrospective">
		                        <property id="com.ibm.team.workitem.attribute.summary"/>
		                        <property id="com.ibm.team.workitem.attribute.category"/>
		                    </properties>
		                    <properties workItemType="com.ibm.team.apt.workItemType.story">
		                        <property id="com.ibm.team.workitem.attribute.summary"/>
		                        <property id="com.ibm.team.workitem.attribute.category"/>
		                    </properties>
		                    <properties workItemType="com.ibm.team.apt.workItemType.epic">
		                        <property id="com.ibm.team.workitem.attribute.summary"/>
		                        <property id="com.ibm.team.workitem.attribute.category"/>
		                    </properties>
		                    <properties workItemType="com.ibm.team.workitem.workitemtype.issue">
		                        <property id="com.ibm.team.workitem.attribute.summary"/>
		                        <property id="com.ibm.team.workitem.attribute.category"/>
		                    </properties>
		                </precondition>
		            </preconditions>
		        </operation>
		        <operation id="com.ibm.team.scm.client.deliver">
		            <preconditions>
		                <precondition xmlns="http://com.ibm.team.process/prohibitUnusedImports" description="The team believes in keeping the code clean and free of warnings.&#10;&#10;Please do not release code containing unused imports." id="com.ibm.team.process.deliver.prohibitUnusedImports" name="No Unused Imports" overrulable="true"/>
		                <precondition description="If you release changes when there are compilation errors in your workspace it often means that your changes have broken something else.&#10;&#10;Please do not release code when your workspace doesn't compile." id="com.ibm.team.process.deliver.prohibitCompilationErrors" name="Clean Workspace" overrulable="true"/>
		                <precondition xmlns="http://com.ibm.team.process/requireWorkItem" description="All change sets should be associated with a work item which is planned for the current iteration.&#10;&#10;This makes it easier for the team to track its progress through the iteration and allows other users to understand why your changes were made." id="com.ibm.team.process.deliver.requireWorkItem" name="Descriptive Change Sets" overrulable="true">
		                    <requires value="workitem-or-comment">
		                        <workitem owner="required" target="required"/>
		                    </requires>
		                </precondition>
		            </preconditions>
		        </operation>
				<operation id="com.ibm.team.process.server.generateTeamInvitation">
					<followup-actions>
						<followup-action id="com.ibm.team.process.definitions.server.createInvitationWorkItems" xmlns="http://com.ibm.team.process/createInvitationWorkItems"
							name="Create Initial Work Items"
							description="Creates an initial set of work items for the user who is invited to the team.">
							<workitems>
								<workitem
									type="task"
									summary="[Joining a Team] Create a Repository Workspace"
									htmlDescription="Create a Repository Workspace&lt;br/&gt;&lt;br/&gt;To create a new repository workspace to work with your new Jazz team:&lt;br/&gt;&lt;br/&gt;1. In the &lt;b&gt;Team Artifacts&lt;/b&gt; view, expand the &lt;b&gt;My Team Areas&lt;/b&gt; node.&lt;br/&gt;&lt;br/&gt;2. Open the team area you have joined by double clicking on the team area.&lt;br/&gt;&lt;br/&gt;3. In the &lt;b&gt;Team Artifacts&lt;/b&gt; section of the opened &lt;b&gt;Team Area&lt;/b&gt; editor, expand the &lt;b&gt;Streams&lt;/b&gt; node.&lt;br/&gt;&lt;br/&gt;4. Right click on the stream and select &lt;b&gt;New Repository Workspace...&lt;/b&gt;.&lt;br/&gt;&lt;br/&gt;5. Specify the repository workspace name. Click &lt;b&gt;Next&lt;/b&gt;.&lt;br/&gt;&lt;br/&gt;6. Click &lt;b&gt;Finish&lt;/b&gt;.&lt;br/&gt;&lt;br/&gt;You now have a repository workspace loaded with all the components of the team's stream.&lt;br/&gt;&lt;br/&gt;For additional details on using Jazz Source Control, consult the&lt;br/&gt;&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/topic/com.ibm.team.scm.doc/topics/c_intro.html&quot;&gt;Getting Started with Jazz Source Control&lt;/a&gt; help topic.&lt;br/&gt;&lt;br/&gt;See any terms you don't recognize? You may also wish to consult the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/topic/com.ibm.team.platform.doc/topics/c_jazz-platform-quick-ref.html&quot;&gt;Jazz Platform Quick Reference&lt;/a&gt;."/>
								<workitem
									type="task"
									summary="[Joining a Team] Find Your Work Items"
									htmlDescription="Find your work items&lt;br/&gt;&lt;br/&gt;When you accepted the invitation to join the team, work items like this one were created for the tasks you need to perform to complete joining the team.&lt;br/&gt;&lt;br/&gt;At any time, if you wish to find the work items that are assigned to you, you can use the &lt;b&gt;My Work&lt;/b&gt; or &lt;b&gt;Team Central&lt;/b&gt; views.&lt;br/&gt;&lt;br/&gt;There are also a number of default queries created for you. To browse these queries:&lt;br/&gt;&lt;br/&gt;1. Open the &lt;b&gt;Team Artifacts View&lt;/b&gt; and expand the node corresponding to the connected project area of the team you just joined.&lt;br/&gt;&lt;br/&gt;2. Expand the &lt;b&gt;Work Items&lt;/b&gt; node.&lt;br/&gt;&lt;br/&gt;3. Expand the &lt;b&gt;Shared Queries&lt;/b&gt; node.&lt;br/&gt;&lt;br/&gt;4. Expand the &lt;b&gt;Predefined&lt;/b&gt; node.&lt;br/&gt;&lt;br/&gt;5. Double click on the &lt;b&gt;Open assigned to me&lt;/b&gt; query.&lt;br/&gt;&lt;br/&gt;The &lt;b&gt;Work Items&lt;/b&gt; view will open and display your assigned work items.&lt;br/&gt;&lt;br/&gt;For additional details on using Jazz Work Items, consult the&lt;br/&gt;&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/topic/com.ibm.team.workitem.doc/topics/t_getting_started.html&quot;&gt;Getting Started with Work Items&lt;/a&gt; help topic.&lt;br/&gt;&lt;br/&gt;See any terms you don't recognize? You may also wish to consult the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/topic/com.ibm.team.platform.doc/topics/c_jazz-platform-quick-ref.html&quot;&gt;Jazz Platform Quick Reference&lt;/a&gt;."/>
								<workitem
									type="task"
									summary="[Joining a Team] Set Up Instant Messaging"
									htmlDescription="Set up instant messaging&lt;br/&gt;&lt;br/&gt;To set up instant messaging inside your Jazz client, consult the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/index.jsp?topic=/com.ibm.team.collaboration.doc/topics/t_connect_st.html&quot;&gt;Connect to a local Sametime or Notes application&lt;/a&gt; or &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/topic/com.ibm.team.collaboration.doc/topics/t_connect_jabber.html&quot;&gt;Connect to a Jabber server&lt;/a&gt; help topics."/>
							</workitems>
						</followup-action>
					</followup-actions>
				</operation>
		        <operation id="com.ibm.team.process.client.acceptTeamInvitation">
		            <followup-actions>
		                <followup-action description="Show initial work items created when accepting team invitation." id="com.ibm.team.process.client.runAssignedWorkitemsQueryForAcceptInvitation" name="Show Work Items"/>
		            </followup-actions>
		        </operation>
		    </role>
		</behavior>
	</team-configuration>
</process-specification>
