atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Support hook-scripts API in bitbucket #1340

Open AlexeyDmitriev opened 4 months ago

AlexeyDmitriev commented 4 months ago

https://confluence.atlassian.com/bitbucketserverkb/how-to-create-a-simple-hook-in-bitbucket-data-center-and-server-779171711.html

These methods are not currently supported (or I didn't find the correct methods):

(POST /rest/api/latest/hook-scripts) (PUT /rest/api/latest/projects/{projectKey}/hook-scripts/{scriptId}) (PUT /rest/api/latest/projects/{projectKey}/repos/{repositorySlug}/hook-scripts/{scriptId})