Looking for tips on automating project creation
I'm trying to automate the process of creating a project. In particular I need to do the following through the available APIs:
1. Create a project named "RCM Web" 2. Deploy predefined process templates 3. Select "Scrum" (or any other) template 4. Add All available members as users 5. Add ADMIN, TestJazzAdmin1, TestJazzAdmin2 as admins 6. Give users appropriate roles (TestJazzUser1 needs to jave jazz user) If anyone has examples of how to do this (or a link to some API documentation) it would be appreciated. |
One answer
Jared Burns (4.5k●2●9)
| answered Aug 13 '09, 9:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
On Tue, 11 Aug 2009 13:53:02 +0000, mbinder wrote:
I'm trying to automate the process of creating a project. In particular If you have access to the source, AbstractTeamProcessTest contains a lot of automated setup code. Otherwise, the main entry points for our API are the client libraries IProcessClientService and and IProcessItemService. -- Jared Burns Jazz Process Team |
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.