Hi Team,
How to check the who has last updated the status or modified the status without scrolling down to jira history.
I would like to get this info either via JQL or using jira gadget/dashboard.
Kindly help at the earliest.
Thanks,
Rahini
Hi @rbalamu2
Do you need to see updates for a single Jira issue?
1. JQL
For the specific issue, you can try something like:
issuekey = MAR-1111 AND status changed AFTER "2023-01-01"
or if you want to get changes between specific statuses:
issuekey = MAR-1111 AND status changed FROM "In Progress" TO "Done" AFTER "2023-01-01"
You can find some examples here: History searches with & without JQL [10 examples]
2. To monitor changes on Jira dashboard, you can try the Activity Stream Gadget, but there is no way to filter by status only.
3. Issue History for Jira add-on works well with historical searches, including statuses. You can get changes for a single task or list of issues and customize the report according to your needs.
The app is developed by my team.
Let me know if you have any questions. Hope you find the best option for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.