Update Epic Link via REST API

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。

You may use cURL, Postman REST Client or any other REST API client to perform the Update Issue PUT request. For all our Jira  Data Center / Server REST API go to Atlassian Developer REST APIs

Using cURL
  1. Send cURL command as follows:

    curl -v -u username:password -X PUT -H "Content-Type: application/json" --data @"/Users/admin/work/atlassian-support/workshops/epiclink.json" http://localhost:6310/j6310/rest/api/2/issue/10141
  2. Example of JSON data

    {
        "fields": {
           "customfield_10006": "SSP-24"
           }
    }
Using Postman REST client

例:

tip/resting Created with Sketch.

The returned response will show 204 No Content status, which means the Epic Link is successfully updated. 

最終更新日: 2023 年 1 月 25 日

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

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