Flagged Items not visible on the cards

お困りですか?

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

コミュニティに質問

アトラシアン社外秘

この記事は未検証なのでお客様と共有できません。

 

Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.

要約

Flagged items does not show on the board/backlog/issue view

  • Right click on the issue and select "Add flag"
  • The flagged icon does appear and disappears immediately.

環境

Jira Cloud

診断

  • Verify if the flagged field is part of the screen.

ソリューション

Step 1 : Get the field ID for the field flagged using the query below :

select * from customfield where cfname ilike '%flagged%'

Step 2 : Unlocked the field using the query below :

update managedconfigurationitem set managed= 'false' where item_id = 'customfield_10190'

Step 3 : Go back to the site and from the field configuration, search for the field "Flagged" and click on "Show".

Step 4 : Lock the field back in the database using the query below : 

update managedconfigurationitem set managed= 'true' where item_id = 'customfield_10190'
最終更新日: 2021 年 2 月 16 日

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

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