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.
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
On Tue, 11 Aug 2009 13:53:02 +0000, mbinder wrote:
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
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.
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