Jira 10.6 への準備
このドキュメンテーションは、既存のアプリと Jira Software Data Center 10.6、Jira Service Management Data Center 10.6 との互換性を確認したい Jira 開発者向けです。
最新バージョン
ここでは最新の EAP についての情報をご案内します。
変更の概要
このセクションでは、導入予定の変更の概要を紹介します。アプリへの影響の検討にお役立てください。アップデートの準備が整ったら、実装のタイミングとマイルストーンが表示されます。
Jira Software and Jira Service Management common features implemented in this EAP:
Jira Software と Jira Service Management の共通機能
New API endpoint for reciprocal issue links
Status: IMPLEMENTED (EAP 01)
We're introducing a new REST API endpoint that makes it easier to create reciprocal issue links between different Jira instances. Previously, you needed to send two separate REST requests to achieve this. Now, with the following endpoint, you can establish these links with a single request.
(POST) {source_jira_url}/rest/api/2/issue/remotelink/reciprocal
This endpoint accepts a JSON payload specifying the source and target Jira instances, along with the necessary details for the link. To see the data format of this API endpoint, expand the content below.
非アクティブとしてマークされた削除済みユーザーの削除
Status:IMPLEMENTED (EAP 01)
If users are deleted externally, they remain marked as inactive in Jira. You can now remove these users directly from the User management view. Learn how to remove a user
この機能は既定でオンになっています。オフにするには、com.atlassian.jira.user.allowDeleteExternallyDeletedUsers
機能フラグを無効にします。