You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
Returns more detailed information to the user to select from in order to create a project. Including projects and the list of owners.
https://your.jira.url/rest/projecttemplates/1.0/create-templates/item/{id}
None
curl -u admin:admin -X GET -H "Content-Type: application/x-www-form-urlencoded" -v http://your.jira.url/rest/projecttemplates/1.0/create-templates/item/{id}
Append the project template id you would like to get the detailed info. about.
{ "name": "My example template", "guidance": "guidance note", "id": 2, "backgroundIcon": "", "categories": [ { "id": 10000, "label": "bbb" }, { "id": 10001, "label": "ccc" } ], "owners": [] }