Actions
Feature #10417
openAdd repository to project
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I am looking for a way to script project creation. The steps include:
- create initial git repository (using standard git)
- create working copy of git repository for redmine (using standard git)
- create redmine project (using redmine API)
- add git repository to redmine
It is the last step that, as far as I can see, needs to be done from the web interface. Is there a possibility of doing this either with the database or with a new API functionality?
Related issues
Updated by Justin MASSIOT over 9 years ago
+1 for that one.
I now have a script that creates the Redmine project associated to my SVN repo, and I need a way to automatically add the repository URL to the freshly created project.
Actions