/all

Returns all available templates to the user executing the query.

Request


https://your.jira.url/rest/projecttemplates/1.0/create-templates/all


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/all


Sample response


{
 "templateList": [
   {
     "name": "My example template",
     "guidance": "guidance note",
     "id": 2,
     "backgroundIcon": "",
     "categories": null,
     "owners": null
   },
   {
     "name": "Second template",
     "guidance": "Use this template for this",
     "id": 1,
     "backgroundIcon": "",
     "categories": null,
     "owners": null
   }
 ]
}




Need more help? Contact our support team.