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

Creating work items dynamically at project initialization

I understand that I can create a Process Template and define some work items. These work items will showup when this process is used when creating a project.

The situation is this. Developing a software module always requires a set of predefined work items. For example, develop a web ui, develop the web ui input validation, etc. Let's say there are 10 work items per developing a module. These work items are the same for all the modules. If I had 20 modules to develop that means I have to manually create 20 x 10 work items every time I start a new project.

So I'd like to automate this creation of work items. At project creation time, a program will be activated that reads in the module infos and then creates the work items for each and all the modules.

Can something like this be done?

0 votes



One answer

Permanent link
The existing "Setup Project" follow-up action is contributed via the
com.ibm.team.process.service.operationParticipants extension point
("follow-up actions" are called "participants" in the implementation).
You can contribute your own extensions to this extension point in an
Eclipse plugin.

To see how the Setup Project participant is contributed, look at the
plugin.xml file in the com.ibm.team.process.definitions.server plugin.

--
Jared Burns
Jazz Process Team

hosokawa wrote:
I understand that I can create a Process Template and define some work
items. These work items will showup when this process is used when
creating a project.

The situation is this. Developing a software module always requires a
set of predefined work items. For example, develop a web ui, develop
the web ui input validation, etc. Let's say there are 10 work items
per developing a module. These work items are the same for all the
modules. If I had 20 modules to develop that means I have to manually
create 20 x 10 work items every time I start a new project.

So I'd like to automate this creation of work items. At project
creation time, a program will be activated that reads in the module
infos and then creates the work items for each and all the modules.

Can something like this be done?

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

Question asked: Jun 11 '08, 11:05 p.m.

Question was seen: 6,525 times

Last updated: Jun 11 '08, 11:05 p.m.

Confirmation Cancel Confirm