Hi all,
According to the documentation there are some common entities in the event payload of BitBucket Webhooks,
I have Jira integration setup so branches are created with the issue id as a prefix (e.g. feature/ABC-123_story-to-add-feature) so that activity in bitbucket shows in Jira such as branches, PR status etc
I am triggering webhooks in the project for the events Pull Request > Created and Pull Request > Merged, but I don't see the Issue entity in the body so can't access the issue id in Jira in order to carry out an action.
I've tried to put the id in the url e.g https://.../hooks/...939?issue={{Issue.id}} but that doesn't appear either
Appreciate any help!
Hi Shane,
Did you find a way to do this please?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.