Jira Software 8.5 REST API の変更履歴

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

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 〜 7.11

変更なし

7.12

ADDED

api/2/customFields

Get custom fields

GET /rest/api/2/customFields

7.13

変更なし

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

変更なし

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}

非推奨

Get create issue meta

GET /rest/api/2/issue/createmeta

8.5

変更なし


最終更新日 2020 年 6 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.