You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
I did an update in my Bitbucket and before this update I saw that the plugins are compatible, but after the update I lost all configurations.
Are there any way to recover this configuration? I can't indentify any documentation to find this information
Also, It's a plugin Bug?
The text was updated successfully, but these errors were encountered:
If you have access to the database, you can try this:
SELECT * FROM PLUGIN_SETTING WHERE KEY_NAME LIKE '%pull%';
To find the key. And this:
SELECT KEY_VALUE FROM PLUGIN_SETTING WHERE KEY_NAME='se.bjurr.prnfb.pull-request-notifier-for-bitbucket-3'
To find the settings.
I had the simillar issue. I'm not sure if there was an Bitbucket upgrade yet.
Where could I find the database if I only have Admin permision of the repository?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Guys,
I did an update in my Bitbucket and before this update I saw that the plugins are compatible, but after the update I lost all configurations.
Are there any way to recover this configuration? I can't indentify any documentation to find this information
Also, It's a plugin Bug?
The text was updated successfully, but these errors were encountered: