Issue Summary
Adding a label or removing a label in Automation Page is not logged in user level. It is not possible to find which user has any updates on Automation labels
Details
We’re not logging who created the automation labels to the database tables start with AO_589059**
The only thing that comes into mind is to search the access logs for the rest call responsible for deletion. It would be something like
DELETE /rule-label/{projectId}/{ruleId}
- this would give us the caller, but even with the Id we’re not able to get the associated label name, because it’s been deleted. Unfortunately, there are no triggers/audit items connected to this operation within the DB.
Expected
When creating a label owner of the label should be added to database tables
- is related to
-
JIRAAUTOSERVER-534 Implement labels permissions to prevent from being edited by any Automation admin
- Gathering Interest
- links to