How to filter with JQL | Data Center

How to filter with JQL | Data Center

Please pay attention! Users without access to the private project can see the sensitive information in JQL.

Choose the JQL option from the Selected issues by menu:

image-20250630-155616.png

You’ll get a preview window with a field where you can enter a JQL you need.

Click on the “Show report” button to display it as the main report; to return back – choose “Cancel”.

cd3dffb5-7b01-47d0-a90c-604057f2bea0.png

 

The JQL you get by default returns the list of issues created in the last 10 days:

created > startofday(-10) order by created DESC

Other JQL examples:

  • Select project and user:

project = ProjectName and assignee=Name
  • Select task type, dep and status

project = Development and type in(Bug, Task, Document) and status in("To Do","In Progress","In Review")

Opening JQL from the "Search for issues" page in Jira Data Center

  1. Navigate to Issues from the top navigation bar and choose Search for issues.

  2. Click on the 🕙 Get changes (by Issue History) button.

get-changes-20250630-154912.png
  1. Allow to redirect.

  2. You'll get all your changes according to the JQL query. 

image-20250630-155102.png

 

Haven't worked with this add-on yet, you’re welcome to try it