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
Any ideas, much appreciated. Thanks.
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?
@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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.