I would like to be able to report on de-scoped items. Basically, I want to be able to pull back data from when a value was set and when it was removed. Can this be done? Does anyone have any suggestions?
Thanks
Hi @JD Lobue
You can try Issue History application to view changelog data. It lets you monitor all type of changes were made with custom fields for the issue list you need. Also, you will be able to view who made that.
Regards
@JD Lobue If you want this information for particular issue you can use change log API - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-changelog-get
But there is no API that give all change logs for all issue at once (or for that matter for particular field).
I suggest you use `updated` field along with some JQL to fetch issues and chagelog to accomplish this.
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.