This is the ask:
We would like to review on a daily basis what changes are being done to all the issues in a project. The activity tab cannot be used since this is a query across all issues.
For example: Status changes from and to
You can try some JQL queries like:
Project = Development AND status CHANGED FROM "In Progress" TO "Done"
But JQL supports history searches only for limited fields.
If you want to have a full changelog for all issues in some project, check out the Issue History for Jira app. My team has developed it as a journal for all past activities. You can easily filter issues by projects, sprints, assignees, date range, etc.
There is 30-days free trial, so you can check if it works for your case.
Hi @Dolly Kirubavathi - There is no way to get this natively.
I'm not familiar with any marketplace apps, but I did a search on change history here:
https://marketplace.atlassian.com/search?product=jira&query=change%20history
The alternative is a custom script. You'd want to do something with this API:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.