Jira 8.13 REST API change log

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

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.

8.6

CHANGED

api/2/jmxStartGET changed to POST
StopGET changed to POST

ADDED

api/2/project/{projectKeyOrId}/workflowschemeGet workflow scheme for project
GET /rest/api/2/project/{projectKeyOrId}/workflowscheme

ADDED

New parameter to POST /rest/api/2/project



Optional workflowSchemeId field to create a project and assign a worflowScheme


8.7

ADDED

api/2/user/a11y/personal-settings

GET /rest/api/2/user/a11y/personal-settings

ADDED

api/2/user/anonymization

GET /rest/api/2/user/anonymization
GET /rest/api/2/user/a11y/personal-settings
GET /rest/api/2/user/a11y/personal-settings

Schedule user anonymization rerun

POST /rest/api/2/user/anonymization/rerun
GET /rest/api/2/user/anonymization/progress
DELETE /rest/api/2/user/anonymization/unlock

8.8

CHANGED

/rest/projects/1.0/projectGet all versions
GET /rest/projects/1.0/project/<project_key>/release/allversions

changed to

GET /rest/projects/1.0/project/<project_key>/release/allversions-nodetails

ADDED


POST /rest/projects/1.0/project/<project_key>/release/details/progress

ADDED







/rest/auditing/1.0






Get events

GET /rest/auditing/1.0/events
Get coverage config
GET /rest/auditing/1.0/configuration/coverage
Set coverage
PUT /rest/auditing/1.0/configuration/coverage
Get retention config
GET /rest/auditing/1.0/configuration/retention
Set retention
PUT /rest/auditing/1.0/configuration/retention
Get max number of retention files set
GET /rest/auditing/1.0/configuration/retention/file
Set number of log files
PUT /rest/auditing/1.0/configuration/retention/file


8.9

No changes

8.10

No changes

8.11

No changes

8.12

DEPRECATED

api/2/auditingGet records 
GET /rest/api/2/auditing/record


Add record 
POST /rest/api/2/auditing/record

ADDED

api/2/projectGet all projectsAdded parameter includeArchived.


8.13

No changes

Last modified on Dec 23, 2021

Was this helpful?

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