List of Repository Activity Types found in the Bitbucket server database's STA_ACTIVITY table

Still need help?

The Atlassian Community is here for you.

Ask the community


Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

The STA_ACTIVITY table in the Bitbucket server database has pull request activity recorded in the following format:

id

activity_type

created_timestamp

user_id

1

6

2019-09-06 11:16:06

1

39

5

2019-09-06 11:22:16

1

76

1

2019-09-13 10:17:18

1

113

2

2019-09-13 10:18:05

1

150

6

2019-12-03 10:35:10

1

187

5

2019-12-16 09:38:26

1

188

6

2019-12-16 09:41:14

1

224

3

2019-12-17 08:59:55

1


Solution

The sta_activity table is updated on a variety of different repository activities. This is indicated by the activity_type column. These activity types range from 1-9 which are as follows:

  1. Generic pull request activity (e.g. approving, unapproving)
  2. Commenting on a pull request
  3. Merging a pull request
  4. Pushing new changes to a pull request
  5. Commenting on a commit
  6. Pushing to a repository
  7. Updating pull request reviewers
  8. Creating a repository
  9. Updating a repository


Last modified on Dec 23, 2022

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.