Skip to content

Commit 2565dae

Browse files
committed
README: API-Version: Official support for Jira Cloud API in version 3
1 parent 6267520 commit 2565dae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ client.Project.GetAll(ctx, &GetQueryOptions{})
343343

344344
* UserAgent: Client HTTP calls are now identifable via a User Agent. This user agent can be configured (default: `go-jira/2.0.0`)
345345
* The underlying used HTTP client for API calls can be retrieved via `client.Client()`
346+
* API-Version: Official support for Jira Cloud API in [version 3](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/)
346347

347348
### Bug Fixes
348349

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,11 @@ We follow the [Atlassian Support End of Life Policy](https://confluence.atlassia
331331
332332
#### Jira Cloud
333333

334-
* Jira Cloud API in [version 2](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/)
334+
We support Jira Cloud API in [version 3](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/).
335+
Even if this API version is _currently_ in beta (by Atlassian):
335336

336-
Jira Cloud API in [version 3](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/) is _currently_ not officially supported, because it is still in beta.
337+
[Version 2](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) and version 3 of the API offer the same collection of operations.
338+
However, version 3 provides support for the [Atlassian Document Format (ADF)](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/) in a subset of the API.
337339

338340
### Official Jira API documentation
339341

0 commit comments

Comments
 (0)