Issue Statuses with (No Category) are auto-generated by Jira Service Management

お困りですか?

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

コミュニティに質問


Platform Notice: Server, Data Center, and Cloud By Request - This article was written for the Atlassian server and data center platforms but may also be useful for Atlassian Cloud customers. If completing instructions in this article would help you, please contact Atlassian Support and mention it.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

There are some issue statuses: (Waiting for support) & (Waiting for customer) that auto-generated by Jira Service Management are categorized with a "No Category". The "No Category" is not allowed in normal Jira usage where all statues are required to be categorized into: 

  • 作業前
  • 進行中
  • 完了

If the statues is changed to either three of the categories above, the category will not be able to change back to "No Category". 

詳細

This is just the Jira Service Management created the statuses without the requirement, it will not cause any further issues other than changing the color of some status lozenges. 

回避策

If you wanted to change it back to "No Category", you may do so by modifying the database directly as suggested in JRASERVER-44020 - Getting issue details... STATUS

データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

  1. Backup your Jira database so that you can rollback if you encountered any problems.
  2. Jira を停止します。
  3. Run the SQL query below in your database to modify the intended status category to "No Category": 

    UPDATE issuestatus SET statuscategory = 1 WHERE pname = 'STATUS_NAME';

    (info) Just change the STATUS_NAME to the status name that you wanted to change.

  4. Jira を起動します。



最終更新日: 2022 年 10 月 3 日

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

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