jira.local

API provider — jira.local

324 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (6 total)

npm install jira-plugin-starter
# Maven: see https://github.com/MicroFocus/ppm-jira-connector
dotnet add package Jira.Rest.Sdk
dotnet add package JiraService
dotnet add package Jira.SDK
# See https://github.com/willpowell8/JIRAMobileKit
curl examples
Get all the ProjectRoles available in JIRA. Currently this list is global.
curl \
  /api/2/role
Returns a user. This resource cannot be accessed anonymously.
curl \
  /api/2/user
Returns a list of all fields, both System and Custom
curl \
  /api/2/field
Endpoints (324 total)
GET
/api/2/role
Get all the ProjectRoles available in JIRA. Currently this list is global.
GET
/api/2/user
Returns a user. This resource cannot be accessed anonymously.
GET
/api/2/field
Returns a list of all fields, both System and Custom
GET
/api/2/group
Returns REST representation for the requested group. Allows to get list of ac…
GET
/api/2/myself
Returns currently logged user. This resource cannot be accessed anonymously.
GET
/api/2/search
Searches for issues using JQL. <p> <b>Sorting</b> the <code>jql</code> par…
GET
/api/2/status
Returns a list of all statuses
GET
/api/2/project
Returns all projects which are visible for the currently logged in user. If n…
GET
/api/2/reindex
Returns information on the system reindexes. If a reindex is currently takin…
GET
/api/2/upgrade
Returns the result of the last upgrade task. Returns {@link javax.ws.rs.cor…
GET
/api/2/priority
Returns a list of all issue priorities.
GET
/api/2/workflow
Returns all workflows.
At a glance
Total SDKs6
Languages4
Endpoints324
Categories1