Filter Issues of Sub-Tasks

SDC Revacom January 21, 2014

Hello guys,

is there a JQL query for filtering all Issues of which Sub-Tasks have a particular Status (let's say "Canceled")?

Thanks for your support.

BR

Mathias

2 answers

0 votes
Filipe February 25, 2014

Hi,

Please check:

https://marketplace.atlassian.com/plugins/pt.lt.lfcribeiro.jira.jqlLTFunctions

It might help you on this.

Regards,

0 votes
Silviu Burcea
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.
January 21, 2014

Hi!

This is not possible out of the box. However, you have 2 options:
1. JQL Tricks Plugin

http://www.j-tricks.com/jqlt-subtask-functions.html

issue in subtask("status = Canceled")

2. Calculated CF

Write a Calculated Custom field that will query for subtaks and see if any of it has this particular status. Your jql will then query this CF.

HTH.

Suggest an answer

Log in or Sign up to answer