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

how to hook my own actions when team area created?

When a team area created, I want to invoke a action of my own to do something, how to implement that? Is there a extension point like com.ibm.team.process.service.projectAreaInitializers for project area?

One possible way I know is to use follow up actions for operation: com.ibm.team.process.server.saveTeamArea, but it can't handle the root team area

Also, the event handler of team area doesn't work

0 votes


Accepted answer

Permanent link
In the latest Foundation code, the
com.ibm.team.process.server.saveTeamArea operation is run for both root
and non-root team areas. So you can use a follow-up action.

Jared Burns
Jazz Process Team


alexgreenbar wrote:
When a team area created, I want to invoke a action of my own to do
something, how to implement that? Is there a extension point like
com.ibm.team.process.service.projectAreaInitializers for project
area?

One possible way I know is to use follow up actions for operation:
com.ibm.team.process.server.saveTeamArea, but it can't handle the
root team area

Also, the event handler of team area doesn't work
David Lafreniere selected this answer as the correct answer

0 votes

Comments

Thanks very much, will try the latest code.

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,951

Question asked: Feb 17 '09, 12:59 p.m.

Question was seen: 6,447 times

Last updated: Oct 20 '20, 10:17 p.m.

Confirmation Cancel Confirm