I want to create Projects from a script and there is no modifier for this
And can somebody tell me the difference between these two?
com.pyxis.greenhopper.jira:gh-simplified-agility-scrum
vs.
com.pyxis.greenhopper.jira:gh-simplified-scrum-classic
Hello @Juergen Koeck
from the top of my head, i believe gh-simplified-agility-scrum is the "team managed" version of a scrum software project, and gh-simplified-scrum-classic is the "company managed" version.
regards
Hello @Michael Wohlgemuth (Wolge)
Thank you!
Is it the same if i insert the IDs of the Schemes in the POST Call in the Create Project as if i would create a company managed project with a shared configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im not sure about the shared config to be honest.
This is what i POST to the endpoint and it works fine for creating new projects with their own schemes and such. "type" is the type of project (i.e. business, software) and "psubtype" is the type of project (i.e. com.pyxis.greenhopper.jira:gh-simplified-scrum-classic for example).
There seems to be a way to set a permission scheme too, but again, i havent tried that, and when it comes to workflow schemes and such ive got 0 clue currently.
data = {
"key": key,
"name": name,
"description": description,
"leadAccountId": lead,
"projectTypeKey": type,
"projectTemplateKey": psubtype
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.