You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,19 @@ class BitbucketServer {
266
266
},
267
267
required: ['repository','prId']
268
268
}
269
+
},
270
+
{
271
+
name: 'get_activities',
272
+
description: 'Retrieve all activities for a pull request including comments, reviews, commits, and other timeline events. Use this to get the complete activity history and timeline of the pull request.',
0 commit comments