Recently we are having an issue with the Zephyr for Jira - Test management add-on loosing functionality. This mainly happens after JIRA is restored into Cloud instances. Zephyr support suggest that this behavior happens as the Tenant Id and/or Shared Secret got changed. Hence JIRA DB needs to be updated with the new values.
To apply the required changes, please contact Atlassian Support.
Workaround
- Ask the customer to provide you with the tenant id, if it's not given.
- Uninstall Zephyr for JIRA Cloud Add-On
- Shutdown JIRA
- Backup JIRA DB
- Check for the consumer id
select id, consumername, consumer_key, shared_secret from oauthconsumer;
- Use the id you found in the below query
update oauthconsumer set consumer_key = '<tenant id given>' where id = <the id you found in the previous query>;
- Follow steps to remove app links if there are still there https://confluence.atlassian.com/display/JIRAKB/How+to+remove+Application+link+directly+through+JIRA+database
- run install-studio -s
- Bring JIRA up
- Login and see if Zephyr is back, if so, go to Tests->Test Metrics and see if zephyr loads
- is incorporated by
-
AC-1622 Installed add-ons stop working after product import
- Closed
Hi all,
I am resolving according to sruiz's comment.
Cheers,
Os.