Jira Software 8.5 REST API change log

Jira Software 8.5 is a Long Term Support release, and this change log aims to give you an overview of any REST API changes between Jira Software Long Term Support release 7.6 through 7.13 up to 8.5.

7.7

REST API for managing priority schemes

EXPERIMENTAL

ADDED

api/2/priorityschemes

Create priority scheme

POST /rest/api/2/priorityschemes

EXPERIMENTAL

ADDED

Get priority schemes

GET /rest/api/2/priorityschemes

EXPERIMENTAL

ADDED

Delete priority scheme

DELETE /rest/api/2/priorityschemes/{schemeId}

EXPERIMENTAL

ADDED

Update priority scheme

PUT /rest/api/2/priorityschemes/{schemeId}

EXPERIMENTAL

ADDED

Get priority scheme

GET /rest/api/2/priorityschemes/{schemeId}

EXPERIMENTAL

ADDED

api/2/project/{projectKeyOrId}/priorityscheme

Assign priority scheme

PUT /rest/api/2/project/{projectKeyOrId}/priorityscheme

EXPERIMENTAL

ADDED

Get assigned priority scheme

GET /rest/api/2/project/{projectKeyOrId}/priorityscheme

EXPERIMENTAL

ADDED

Unassign priority scheme

DELETE /rest/api/2/project/{projectKeyOrId}/priorityscheme/{schemeId}

Experimental API is not officially supported.


7.8 to 7.11

No changes.

7.12

ADDED

api/2/customFields

Get custom fields

GET /rest/api/2/customFields

7.13

No changes.

8.0

ADDED

api/2/issue

Archive Issue

PUT /rest/api/2/issue/{issueIdOrKey}/archive

ADDED

api/2/issuetypescheme

Create issue type scheme
POST /rest/api/2/issuetypescheme
Get all issue type schemes
GET /rest/api/2/issuetypescheme
Get issue type scheme
GET /rest/api/2/issuetypescheme/{schemeId}
Update issue type scheme
PUT /rest/api/2/issuetypescheme/{schemeId}

Delete issue type scheme

DELETE /rest/api/2/issuetypescheme/{schemeId}

Add project associations to scheme

POST /rest/api/2/issuetypescheme/{schemeId}/associations

Get associated projects

GET /rest/api/2/issuetypescheme/{schemeId}/associations

Set project associations for scheme

PUT /rest/api/2/issuetypescheme/{schemeId}/associations

Remove all project associations

DELETE /rest/api/2/issuetypescheme/{schemeId}/associations

Remove project association

DELETE /rest/api/2/issuetypescheme/{schemeId}/associations/{projIdOrKey}

8.1

ADDED

api/2/cluster

Get all nodes

GET /rest/api/2/cluster/nodes

Delete node

DELETE /rest/api/2/cluster/node/{nodeId}

Change node state to offline

PUT /rest/api/2/cluster/node/{nodeId}/offline

ADDED

api/2/issue

Restore issue

PUT /rest/api/2/issue/{issueIdOrKey}/restore

8.2

No changes.

8.3

ADDED

api/2/screens

Get all screens

GET /rest/api/2/screens

ADDED

api/2/user

Update User

PUT /rest/api/2/user


The method can consume active property (true or false).

8.4

ADDED

api/2/issue

Get create issue meta project issue types

GET /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes

Get create issue meta fields

GET /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}

DEPRECATED

Get create issue meta

GET /rest/api/2/issue/createmeta

8.5

No changes.


Last modified on Jun 26, 2020

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.