Parenthesis in could JQL got removed "Epic Link" is EMPTY AND issuetype != Sub-task

heykel limaiem December 18, 2019

Hello,

I'm trying to add a jql this format: ("Epic Link" is EMPTY AND issuetype != Sub-task) OR ("Epic Link" != ABC-739 OR "Epic Link" != ABC-723)

But once saved, parenthesis got removed and the result isn't what was expected.

Any help

2 answers

0 votes
Leo
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 18, 2019

You can modify your JQL in a simpler way like below 

("Epic Link" is EMPTY AND issuetype != Sub-task ) OR "Epic Link" not in (ABC-739, ABC-723)

I think this should solve your issue, as we removed parenthesis already 

 

BR,

Leo

0 votes
edwin vasquez
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.
December 18, 2019
(("Epic Link" is EMPTY AND issuetype != Sub-task) OR ("Epic Link" != ABC-739 OR "Epic Link" != ABC-723))

what happens if you try it this way? Extra parentheses in beginning and end.  

edwin vasquez
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.
December 19, 2019

Let me know if this resolves your issue 🙂

Suggest an answer

Log in or Sign up to answer