Listing sub task seperately using filter

nidhis September 28, 2015

Hi Team,

I require to have a filter which can list only my Sub tasks for a project seperately and simple issues seperately.

Suppose i have issue with Key ER-01 as main issue and ER-02 as its sub-task, so is there any filter JQL method which will list only sub task and issues seperately?

Regards, Nidhi

 

1 answer

0 votes
Deniz Oğuz
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.
September 28, 2015

you can use following clause:

issuetype in subTaskIssueTypes()
issuetype in standardIssueTypes()

Suggest an answer

Log in or Sign up to answer