Comments, descriptions, statuses, priorities, etc. – any issue field in Jira “lives its life” and is changing. Heraclitus said: “There is nothing permanent except change.” Who would think that this statement is true even in the Jira world? When you look at your projects and issues, what is the first info you check? Were there any status updates, new comments, or due dates added?
Everyone wants to stay informed, track updates, and avoid any risk regarding customers' dissatisfaction with delivering a product/project/feature not on time. So, here we will look at the options you have with Jira natively and Jira add-on to get a history of changes for any field for the list of issues in your projects or other filters.
Jira Query Language allows history searches with WAS or CHANGED operators. It also has limitations on fields. You can only view changes for six fields: Assignee, Fix Version, Priority, Reporter, Resolution, and Status. Let’s look at some examples.
Example 1. Find issues that had their fix version changed during the week:
fixVersion CHANGED AFTER -1w
Example 2. Find issues that had their priority changed within a specific time frame:
priority CHANGED DURING ("2023/01/01", "2023/12/31")
Example 3. Find tickets that changed status to CLOSED in the last 24 hours.
Status = “Closed” and status CHANGED DURING (-1d, now())
In fact, JQL doesn’t show the changes themselves, only issues where these fields were updated. So, it’s not like the History like the one you can see under the Activity section of each issue.
The new option of Issue History for Jira allows you to filter by specific field and see its history. It is called Activity view and captures changes for any standard or custom field and presents them in clear view with colors and highlighting.
What you will get:
🌟 And the main option is the field selection, where you can choose one, two, or multiple fields where you want to see changes.
Choose a project you need or another filter (updater, time) to narrow the selection.
Select the status field in the field selector.
Choose a project you need or another filter (updater, time) to narrow the selection.
Select the due date field in the field selector.
Choose a project you need or another filter (updater, time) to narrow the selection.
Select the assignee field in the field selector.
Choose a project you need or another filter (updater, time) to narrow the selection.
Select the comments field in the field selector.
*Note: History records only when someone add delete comment, not content changes like replacing word. It’s limitation of Jira applicable only to this field.
Choose a project you need or another filter (updater, time) to narrow the selection.
Select the description field in the field selector.
So, you can get history of all fields for issues in your projects, or select the specific field to review its changes.
How to find this option:
If you want to get custom field changes, read more in How to see custom field history in Jira
Effective project management is based on the fundamental practice of reporting issue changes in Jira, not merely as a procedural requirement. It fosters cooperation, transparency, well-informed decision-making, ongoing development, adherence to regulations, and, in the end, customer satisfaction.
As JQL has limited abilities to show history for specific fields, we showed an alternative solution that is equipped with everything to get a complete journal of all issues’ changes and customize it to your needs. You can explore the reports in the Issue History for Jira app and select the most convenient view.
Yuliia_Borivets_[SaaSJet]
0 comments