It's all about the answers!

Ask a question

How to create a [Joining a Team] WorkItem ?


Christophe Lucas (86224948) | asked Apr 11 '08, 7:03 a.m.
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

3 answers



permanent link
Christophe Lucas (86224948) | answered Apr 13 '08, 7:57 a.m.
Thanks Jared ... exactly what I was looking for ... opening all the 'Process' possibilities.

permanent link
Jared Burns (4.5k29) | answered Apr 11 '08, 11:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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:
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

permanent link
Christophe Lucas (86224948) | answered Apr 11 '08, 7:06 a.m.
This is obviously more for the jazz.user forum ...

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.