How to create a [Joining a Team] WorkItem ?
3 answers
These workitems are configured as followup actions on the operation for
generating a team invitation.
You can configure this in the process specification. Look for a section
like this:
<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"
categoryPath="teamSetup"
summary=" Create a Repository Workspace"
htmlDescription="Create a Repository Workspace..."/>
<workitem
type="task"
categoryPath="teamSetup"
summary=" Find Your Work Items"
htmlDescription="Find your work items..."/>
<workitem
type="task"
categoryPath="teamSetup"
summary=" Set Up Instant Messaging"
htmlDescription="Set up instant messaging..."/>
</workitems>
</followup-action>
</followup-actions>
</operation>
--
Jared Burns
Jazz Process Team
Xophe wrote:
generating a team invitation.
You can configure this in the process specification. Look for a section
like this:
<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"
categoryPath="teamSetup"
summary=" Create a Repository Workspace"
htmlDescription="Create a Repository Workspace..."/>
<workitem
type="task"
categoryPath="teamSetup"
summary=" Find Your Work Items"
htmlDescription="Find your work items..."/>
<workitem
type="task"
categoryPath="teamSetup"
summary=" Set Up Instant Messaging"
htmlDescription="Set up instant messaging..."/>
</workitems>
</followup-action>
</followup-actions>
</operation>
--
Jared Burns
Jazz Process Team
Xophe wrote:
Hello,
I want to create a WorkItem that shall be assigned to every new team
member (just like the ' Find Your Work Items' that is
assigned to you when you first 'connect' to a Team Area).
How/where/by-who is this done ? (sorry if this exists somewhere in the
documentation)
Thanks
Xophe