Answer the question
In order to leave comments, you need to log in
How can you implement an API when you commit to bitbucket?
In general, the essence is this:
I develop my own task tracker (yes, yes, I reinvent the wheel, but this is not the topic). I want to make it so that when committing on bitbucket, it will contact my site and transfer some information about the commit (commit text, version, and the repository itself) in short, at least something, and already on my side I will process it and bind it to a specific task, etc. Is it possible to somehow do this using the API of the bitbucket itself, or some other service (for example, gitlab) ....
I just observed that this can be integrated with Slack, so I suspect that there is something, but I can't decide what to look for!
Answer the question
In order to leave comments, you need to log in
Bitbucket has webhooks to help you
https://confluence.atlassian.com/bitbucket/manage-...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question