It's all about the answers!

Ask a question

how to hook my own actions when team area created?


Alex Chen_DONOTUSE (61) | asked Feb 17 '09, 12:59 p.m.
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

Accepted answer


permanent link
Jared Burns (4.5k29) | answered Feb 18 '09, 5:28 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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

Comments
Alex Chen_DONOTUSE commented Feb 19 '09, 5:14 a.m. | edited Oct 20 '20, 10:17 p.m.

Thanks very much, will try the latest code.

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.