As a Jira administrator I would like to have label related actions added to the automation audit log

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Fields

       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

              Assignee:
              Unassigned
              Reporter:
              Baris Ilhan (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: