Is there a JQL "Where" Clause

Christopher Kolb July 17, 2017

Hello,

Does anyone know if there is a "where" statment in the base version of JQL, I want to create subqueries for a few of my filters? 

Thank you,

 

 

2 answers

1 accepted

3 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 17, 2017

No.  JQL is not SQL.  A JQL query effectively *is* the "where" clause, it doesn't do anything except give the user a list of issues that match the "where"

romanmilkovic July 17, 2017

.

Like Mark Young likes this
Christopher Kolb July 18, 2017

Thanks for clearing that up Nic.

1 vote
Gaston Valente
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.
July 17, 2017

As Nic said, a JQL statement "starts" from what in SQL is like the where clause.

Maybe, if I understand the question, you can emulate this behavior with an add on:

https://marketplace.atlassian.com/search?query=Jql

 

Suggest an answer

Log in or Sign up to answer