It's all about the answers!

Ask a question

Custom project area initialization follow up action


Marcin Blacha (146214) | asked Mar 13 '18, 3:35 a.m.

Hi,

I'm wondering is it possible to create custom follow up action that will be run on project area initialization? Which extension point should be used?

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Mar 13 '18, 4:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

These are the extension points and follow up actions: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations . The table is not totally up to date. But you should also be able to find them in the process configuration source.


Comments
1
Ralph Schoon commented Mar 13 '18, 6:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Searching a bit:

Setup Project for Reports :                     followup-action xmlns="http://com.ibm.team.reports/setUpProject" description="Deploys some pre-defined reports to the project area." id="com.ibm.team.reports.service.setUpProject" name="Setup Project for Reports" optional="true"

This gives you the operation ID.

You are able to find the code in the SDK.

So as a summary, I think you could.


Marcin Blacha commented Mar 13 '18, 6:35 a.m.

Thanks Ralph,

I've made a little search and I found, that operationId that I need is
com.ibm.team.process.server.initializeProjectArea

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.