/item/{id}
- Karina Zoin
Owned by Karina Zoin
Returns more detailed information to the user to select from in order to create a project. Including projects and the list of owners.
Request
Parameters
None
Sample request
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}
{id}
Append the project template id you would like to get the detailed info. about.
Sample response
{ "name": "My example template", "guidance": "guidance note", "id": 2, "backgroundIcon": "", "categories": [ { "id": 10000, "label": "bbb" }, { "id": 10001, "label": "ccc" } ], "owners": [] }
Need more help? Contact our support team.