Uploaded image for project: 'Automation for Jira Server'
  1. Automation for Jira Server
  2. JIRAAUTOSERVER-815

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

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Fields
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

       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

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

                Created:
                Updated: