Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter to show what has changed in last 24 hrs

Lokesh
Contributor
September 2, 2021

Is there a way to show in additional column in a filter, as what has changed for Status, Comment, values of Customfield, in last 24 hrs ?

Understand that there is a possibility to setup filters which can show if there's change, for example, by specifying in JQL, specific criteria like Status changed from 'Open' to 'In Progress'. 

Not sure

  • if by without specifying such specific JQL criteria. there's a way to see whatever has changed. 
  • Also, maybe change history requires to queried & updated into a field to be shown as column in filter.
  • Maybe there are any add-ons which can help achieve that readily ?

Any ideas, much appreciated. Thanks.

4 answers

1 vote
Alex Koxaras _Relational_
Community Champion
September 2, 2021

Hi @Lokesh 

You can use the "changed" operator in a JQL (see reference here https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-CHANGEDCHANGED) but this will work for Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.

e.g. status changed during (-1d,now())

You could also use the updated() function to get all issues which have been updated

e.g. updated >= -1d

However keep in mind that the JQL will only bring you the issues and NOT what has changed (e.g. previous values).

Does this help you a bit?

Lokesh
Contributor
September 2, 2021

@Alex Koxaras _Relational_ , Thanks for the update. 
" what has changed " is the requirement. Looks like - Email Notifications Digest, is promising.

Maybe there are other similar ones, still looking, to find out best, which comes with cost, of course.

Not sure, if there's anything possible via any other plugins (Scripturnner, JSU or JMWE)

Like Del Jensen likes this
0 votes
Rob Russell January 5, 2024

At the top of the active sprints board is a drop down called quick filters, within there you will find a tick box called recently updated.  This will give you the filtered board that shows the tickets that have recently moved status. There is also a toggle function that allows you to pin the recently updated filter to the top of the board

0 votes
Rob Russell January 5, 2024

At the top of the active sprints board is a drop down called quick filters, within there you will find a tick box called recently updated.  This will give you the filtered board that shows the tickets that have recently moved status. There is also a toggle function that allows you to pin the recently updated filter to the top of the board

0 votes
ture.friese
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 21, 2023

I am coming from a situation where we during our daily scrum meetings always stare at the the same, seemingly unchanged kanban board, and the team members narrate what they have done. This might be caused by having to wide-ranging tasks, and lack in discipline to update jira. The Email Notification Digest looks promissing. I wonder if we can conduct our daily scrum meeting looking at the digest instead of the board... This would encourage team members to get their tickets up-to-date prior to the scrum meeting. (Otherwise the digest would be empty and it would look like the developer has done nothing...)

Suggest an answer

Log in or Sign up to answer