Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-65626

The "Zephyr for JIRA" add-on stopped working in Cloud instances, after JIRA is restored from a backup

      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

      1. Ask the customer to provide you with the tenant id, if it's not given.
      2. Uninstall Zephyr for JIRA Cloud Add-On
      3. Shutdown JIRA
      4. Backup JIRA DB
      5. Check for the consumer id
        select id, consumername, consumer_key, shared_secret from oauthconsumer;
        
      6. 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>;
        
      7. 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
      8. run install-studio -s
      9. Bring JIRA up
      10. Login and see if Zephyr is back, if so, go to Tests->Test Metrics and see if zephyr loads

            [JRACLOUD-65626] The "Zephyr for JIRA" add-on stopped working in Cloud instances, after JIRA is restored from a backup

            Hi all,

            I am resolving according to sruiz's comment.

            Cheers,
            Os.

            Oswaldo Hernandez (Inactive) added a comment - Hi all, I am resolving according to sruiz 's comment. Cheers, Os.

            This issue is now tracked in the Atlassian Connect project: https://ecosystem.atlassian.net/browse/AC-1622

            We should also create a KB article for SEs to follow.

            Seb Ruiz (Inactive) added a comment - This issue is now tracked in the Atlassian Connect project: https://ecosystem.atlassian.net/browse/AC-1622 We should also create a KB article for SEs to follow.

              Unassigned Unassigned
              adiallo Abdoulaye Kindy Diallo (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: