Deleting priority returns 504 Gateway timeout

お困りですか?

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

コミュニティに質問


  

プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

 

要約

When trying to delete a priority having ~65k issues assigned to it this might fail with a 504 Gateway Timeout.

原因

Due to the large number of tickets assigned to that priority, the request will get aborted after some time and the deletion process will fail. This problem is being tracked in our public-facing issue tracker so make sure to add yourself as a watcher to receive further updates.

ソリューション

Your team can use our public APIs to overcome the timeout issues we are receiving in UI. Right below follows a sample in cURL that can be used by your team to delete the desired priority.

Delete priority using cURL
curl --request DELETE \
  --url 'https://your-domain.atlassian.net/rest/api/3/priority/{id}?replaceWith={replaceWithNewPriorityID}' \
  --user 'email@example.com:<api_token>'

For more details about this API parameters and even to have access to snippets in other languages, please take a look at the following link:

(warning) The above API is experimental and is going to be updated soon, so pay attention to this changelog.

最終更新日: 2025 年 1 月 30 日

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

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