Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-20507

Track User Changes in Bamboo's Audit Log

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Audit Logging, Security
    • None
    • 2
    • 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.

    Description

      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>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rwatson@atlassian.com Robert W
            Votes:
            4 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated: