Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to create a [Joining a Team] WorkItem ?

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

0 votes



3 answers

Permanent link
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

1 vote


Permanent link
This is obviously more for the jazz.user forum ...

0 votes


Permanent link
Thanks Jared ... exactly what I was looking for ... opening all the 'Process' possibilities.

0 votes

Your answer

Register or log in to post your answer.

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

Search context
Follow this question

By Email: 

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

By RSS:

Answers
Answers and Comments
Question details
× 10,943

Question asked: Apr 11 '08, 7:03 a.m.

Question was seen: 7,931 times

Last updated: Apr 11 '08, 7:03 a.m.

Confirmation Cancel Confirm