Skip to end of banner
Go to start of banner

REST Endpoints (v2.8 and above)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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 and getting a list of projects that were created through the app.


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
POST
/createCreates a project from the specified template.
GET
/allReturns all available templates to the user executing the query.
GET
/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
GET/projectsReturns the projects that were created through the app.
  • No labels