Track User Changes in Bamboo's Audit Log

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Audit Logging, Security
    • None
    • 2
    • 7

      Problem Definition

      User changes are not tracked in the Audit Log

      It is not possible to see who created / deleted a user.

      It is not possible to see who assigned or revoked a user's permissions.

      Suggested Solution

      When a user is created, deleted, or assigned/revoked permissions these changes should be tracked in the Audit Log

      Workaround

      Use query to find when user was created, and hope you have atlassian-bamboo.log or catalina.out logs which date back that far. Then you can match the created_date in the database with the timestamp in the log to find the createuser.action to see who created the user.

      If a user was deleted, and you know the username, you can search the logs for:

      deleteuser.action?username=<username>
      

            Assignee:
            Unassigned
            Reporter:
            Robert W (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: