Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Delegated Project Creator for Jira REST APIs are used to interact with the app remotely. ItĀ provides the REST API for common features like creating a project from a specified template, getting a list of available project templates.


The following table lists the currently available public API endpoints

MethodPathDescription
URI relative to your Jira Instance https://your.jira.url/rest/projecttemplates/1.0/create-templates
Status
colourBlue
titlepost
/createCreates a project from the specified template.
Status
colourYellow
titleget
/allReturns all available templates to the user executing the query.
Status
colourYellow
titleget
/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.

URI relative to your Jira InstanceĀ https://your.jira.url/rest/projecttemplates/1.0/wittified/reports

Info

API endpoints below are available for versions 5.0.6 and above.


Status
colourYellow
titleget
/projectsReturns the projects that were created through the app.

...