Project

General

Profile

Create Project Structure OR Copy project from rest

Added by T Mac over 11 years ago

Hi,

I guess my problem is simple to explain. We have a team of testers for our manual test plan. Right now we use a system we designed in our office, but we are looking forward to migrate to Redmine. What we are thinking is at the alpha stage we would run some script that creates a project+subproject structure and populate this with issues/tasks that the testers will have to go through during the testing phase.

Using the rest interface I am able to populate the projects with the issues, but I am having trouble dealing with the project/subproject creation using the rest interface. The main problem is that the project rest documentation is really superficial. For example:
1 - How can I change a project to private using rest?
2 - How can I change the trackers?
3 - How can I close a project?
...

The project/subproject structure has approx 90 projects, so it will be really painful to create it manually every release (every 6 months). The only way I see this happening is either figuring out the remaining rest project commands, or figuring some way to copy a project from some kind of template, but I could not find how to do this from the rest too...