In which JIRA table jql for filter is stored

Bob Bobinsy August 18, 2015

Hi,

In searchrequest table exists the filter name and etc... but where is the sql query stored?

2 answers

1 vote
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.
August 18, 2015

It isn't.  JIRA doesn't keep the SQL.  In fact, it doesn't use SQL in searches at all, it reads the Lucene index for them.

The JQL for a search is stored in, well, Searchrequest. 

As a random example from one of my systems, a line from searchrequest says

10109,'Filter for Scrum: Nics project','nic',NULL,'nic',NULL,NULL,'project = "Nic Test" ORDER BY Rank ASC',0,'filter for scrum: nics project'

Note the field in bold!

0 votes
Francisco Morgado Gonzalez August 14, 2019

Hi, 

The field "REQCONTENT" has the JQL in searchrequest  table 

Suggest an answer

Log in or Sign up to answer