Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

特定のサブタスクのみを表示する方法

朱_鎬永 May 11, 2020

特定の課題タイプのサブタスクのみを表示させるJQLはあるでしょうか?

例えば、以下のようなFilter Queryがあるとして、Bugのサブタスクだけ表示することが出来るJQLはありますでしょうか?

project = PRAC AND type = Task or type = Bug or type = Incident ORDER BY Rank ASC

parentEpicだとEpicのみになってしまうので、それ以外の課題タイプにも使えるJQLがあれば教えていただきたいです。

宜しくお願いいたします。

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2020

No.  Sub-tasks are not limited by the parent issue type.

グーグル翻訳から:
いいえ。サブタスクは、親の問題の種類によって制限されません。

0 votes
Grigory Salnikov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 11, 2020

こんにちは, @朱_鎬永 

私はあなたを正しく理解したと思います。

これは、ScriptRunner プラグインを使用して行うことができます。

issueFunction in subtasksOf ("project = PRAC AND issuetype = Incident")

これがお役に立てば幸いです。

良い一日を!

Suggest an answer

Log in or Sign up to answer