I am using the Bitbucket Server REST api to query pull-request activity. Has Atlassian documented the possible actions reported by activities? I wasn't able to find any documentation detailing what these activities represent. Is there any formal documentation defining what these activities are?
I've included my best guesses below, but it would be nice to know which user actions map to which activities:
- APPROVED - User clicked the 'Approve' review button
- COMMENTED - User added a comment
- DECLINED - User declined the pull-request
- MERGED - User merged the pull-request (what about remote merges?)
- OPENED - User created the pull-request
- RESCOPED - User added/removed commits from the pull request or changed the target branch?
- REVIEWED - User clicked the 'Needs Work' button
- UNAPPROVED - User removed an earlier approval (or 'Needs Work'?)
- UPDATED - User modified the description or title?