Jira - Reference

Number of APIs: 398

Jira Cloud platform REST API documentation

Contact Support: Email: ecosystem@atlassian.com

  1. Component - Create Component POST {{baseUrl}}/rest/api/3/component

  2. Expression - Analyse Jira Expression POST {{baseUrl}}/rest/api/3/expression/analyse?check=syntax

  3. Field-Field Id}-Context-Context Id}-Option - Delete Custom Field Options (Context) DELETE {{baseUrl}}/rest/api/3/field/:fieldId/context/:contextId/option/:optionId

  4. Field-Field Id}-Context-Context Id}-Project - Assign Custom Field Context To Projects PUT {{baseUrl}}/rest/api/3/field/:fieldId/context/:contextId/project

  5. Field-Field Id}-Context-Context Id}-Project - Remove Custom Field Context From Projects POST {{baseUrl}}/rest/api/3/field/:fieldId/context/:contextId/project/remove

  6. Field-Field Id}-Context-Context Id} - Update Custom Field Context PUT {{baseUrl}}/rest/api/3/field/:fieldId/context/:contextId

  7. Field-Field Id}-Context-Context Id} - Delete Custom Field Context DELETE {{baseUrl}}/rest/api/3/field/:fieldId/context/:contextId

  8. Attachment - Get Contents Metadata For An Expanded Attachment GET {{baseUrl}}/rest/api/3/attachment/:id/expand/raw

  9. Field-Field Id}-Context-Context Id} - Add Issue Types To Context PUT {{baseUrl}}/rest/api/3/field/:fieldId/context/:contextId/issuetype

  10. Group - Remove Group DELETE {{baseUrl}}/rest/api/3/group?groupname=<string>&swapGroup=<string>