pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
Update from 5.9.1 to 6.6.1
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?
I have not heard of such a bug.
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 have not heard of such a bug.
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?