JQL query to retrieve the user stories which does not have link with epic

vittal kovuru May 22, 2017

JQL query to retrieve the user stories which does not have link with epic

1 answer

1 vote
Sudarshan
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.
October 1, 2018

I know this is quite old, but still here you go...

project = <Project name> AND type = Story AND "Epic Link" is EMPTY 

Suggest an answer

Log in or Sign up to answer