Hi everyone,
We have a question regarding the title above. Specifically, we have a custom field (single choice select list) implemented as required in an issue type within a project. Few days ago, a person deleted an option of this custom field. As a result, all issues having this option for that field got the custom field totally hidden. Are there any ways to query for the change history that can point out who did it?
We can fix this problem by writing an JQL querying for the issues that don't have the value for this custom field and update a new value.
The thing we need is to have an audit log (or similar log) of who did such action and which issues are affected, either by Scriptrunner/ Apps or any built-in features so that we could have the evidence to talk to that person.
We appreciate any insights.
Thank you.