/item/{id}
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 support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
