hi,
i need to filter issues in one project .
i want to show project "prm" where issuetype is epic and status is not done and if issue type is any show all status
Hello,
JQL query would look like this:
project = prm and ((issuetype = Epic and status != Done) OR (issuetype != Epic))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.