カンバンを運用しています。
タイムラインのフィルターで、ボードにあるチケットのみを表示するよう設定したいです。
しかし、JQLにおいて、チケットがバックログにあるものか、ボードにあるものか判定する式が分かりません。どのように判定するといいのでしょうか。
こんにちは @加藤 広太
Atlassian コミュニティへようこそ。
このボードが紐づいているスペースの「タイプ」は何でしょうか?この情報は、画面左側のナビゲーションパネルにある [スペース] オプションからアクセスできる [すべてのスペースを表示] ページにて、「タイプ」列からご確認いただけます。
また、そのボードで「バックログ」機能は有効になっていますか?
もし「会社管理」スペースをご利用の場合、ボード上にアイテムが表示されるかどうかは、そのアイテムの「ステータス」に基づいて決定されます。そのため、JQLクエリを作成する際は、ボードの各列にマッピング(割り当て)されているステータスを基準として、アイテムを選択するよう指定する必要があります。
一方、「チーム管理」プロジェクトをご利用の場合、ボードへのアイテム表示はステータスには依存しません。このケースにおいては、JQLを使用して「現在ボード上に表示されているアイテムのみ」を抽出する手段は、現時点では提供されておりません。
-----
Hello @加藤 広太
Welcome to the Atlassian community.
What is the Type of the Space this board is for? You can get that information from the Type column on the View All Spaces page you can access from the Spaces option in the navigation panel on the left.
Do you have the Backlog feature enabled for the board?
If you are working with a Company Managed space the an item is shown in the board based on the Status of the item. Your JQL statement would need to select items based on the Statuses you have mapped to the board columns.
If you are working with a Team Managed project displaying on the board is not based on the Status of the item. There currently is no method to use JQL to select only the items on the board in that case.
I want to display only tickets that are on the board using JQL.
We use Kanban.
I want to set the timeline filter to show only tickets that are on the board.
However, I don't know how to determine in JQL whether a ticket is in the backlog or on the board. How should I do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.