pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
Bitbucket 7.1.1 support --- Buttons doesn't appear
Can't see button anymore (after u[grade from 6.10 to 7.1.1)
- Plugin version: LATEST - 4.1
- Bitbucket Server version: 7.1.1
[{"buttonFormList":[],"buttonFormListString":"[]","confirmation":"on","name":"BUILD","projectKey":"A00P","repositorySlug":"a00_repo_template_1","userLevel":"ADMIN","uuid":"a4049b47-538e-48f8-93a1-abc2a82eb2c6","confirmationText":"Are you sure?"},{"buttonFormList":[],"buttonFormListString":"[]","confirmation":"on","name":"Deploy to Production","projectKey":"GT","userLevel":"ADMIN","uuid":"d8b8384e-3c19-4d0b-88ce-6e5013a4db1a","confirmationText":"The changes of the pull request will be deployed to production."},{"buttonFormList":[],"buttonFormListString":"[]","confirmation":"on","name":"Run_Automation_Tests_Bugs_And_Conflicts","projectKey":"KT","repositorySlug":"test_1","userLevel":"EVERYONE","uuid":"557c5808-64fd-4fdc-8926-53216d6245eb"}]
Buttons doesn't appear
Can confirm the problem. I think I've traced it down to this change in 7.0 Bitbucket release: https://developer.atlassian.com/server/bitbucket/reference/api-changelog/#changes-related-to-the-new-pull-request-experience- Sadly, I have no experience with plugin development. So maybe this pointer can help somebody open a PR.
@tomasbjerre any help here ?
See top of the readme in this repo.
Den tors 21 maj 2020 11:26Kirill Kamaldinov [email protected] skrev:
@tomasbjerre https://github.com/tomasbjerre any help here ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/366#issuecomment-631983653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADLKEYIPWZXQEUXQYYMWT3RSTXS5ANCNFSM4MMK4KFQ .
I can also confirm that this no longer works. Plugin version 4.1 and BitBucket Server 7.2.3.
I wish to thank @tomasbjerre for making this plugin in the first place. It has served us well!. But it seems Atlassian keeps mixing things up. We'll have to redesign our CI solutions. Maybe ditch bitbucket alltogether.
I appeared to run into this same issue, but on a combination of upgrades NOT involving Bitbucket 7.x:
- PR Notifier 4.1 -> 5.0
- Bitbucket DC 6.10.5 -> 6.10.8.
Has anyone else seen similar behavior with similar combinations? Reverting to PR Notifier 4.1 did not have any effect. So, we no longer have ANY trigger build buttons, which was one of the best functionalities provided by PR Notifier.
I am also facing this issue. In case of not going to fix this plugin, is there any equivalent alternative for Bitbucket 7?
Has anyone else seen similar behavior with similar combinations? Reverting to PR Notifier 4.1 did not have any effect. So, we no longer have ANY trigger build buttons, which was one of the best functionalities provided by PR Notifier.
I have bitbucket server v6.10.8 and PR Notifier 4.1 and with that setup all is working fine. As you can see, we have the buttons "Delegate Merge" and "Launch Jenkins Build" in the PR right-side menu.
But if I do an upgrade of the PR Notifier from 4.1 to 5.0 (the latests release, without upgrading bitbucket), those buttons are not displayed anymore.
And the same happened last week; after upgrading to Bitbucket 7.6 and PR Notifier 4.1; buttons were not there anymore.
Is there any combination between PR Notifier and Bitbucket 7.X that works correctly?