Hi
İs it possible to define a generic plan key variable for bitbucket cloud webhook ?
i have a url for bitbucket cloud webhook like "http://***.*****.com:****/rest/triggers/1.0/remote/changeDetection?skipBranches=false&planKey=BAMOOC-BAMOOC"
I made "When new branch in repository is created" configuration from bamboo server. When i create new feature branch and commit it ,bamboo server create new build plan and this plan work correctly. But my webhook is for commit repo so i want to trigger this newly created build plan in every commit. But when i create a new branch for a new feature bamboo server create plan key like BAMOOC-BAMOOC1 and myweb hook don't trigger this new plan.
Is it possible to define a variable for this webhook ?