Issue History for Jira

How to filter with JQL

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

You can open the app JQL menu directly from the app or from the "All work items" page when using Jira’s native JQL functionality.

Opening JQL from the app main page

  1. Choose the JQL option in the drop-down menu:

image-20240525-004112.png
  1. You’ll get a window with a field where you can enter a JQL you need.

Click on the “Apply” button to get the result in the main report; to return – choose “Close”.

cd3dffb5-7b01-47d0-a90c-604057f2bea0.png
  1. Additionally, when working with JQL, you have the option to filter by updater:

image-20240814-012911.png


The JQL you get by default returns the list of work items 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
image-20240525-004640.png
  • Select task type, project and status

project = Development and type in(Bug, Task, Document) and status in("To Do","In Progress","In Review")
image-20240525-004826.png

Opening JQL from the "All work items" page in Jira

  1. Open Filters → All work items.

  2. Click on the "Apps" button and select "Get changes (by Issue History)”.

  3. Allow redirection.

  4. You'll get all your changes according to the "All work items" JQL.

Haven't used Issue History for Jira app yet? 👉 Then you’re welcome to try it 🚀