Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

This page describes guide explains how to obtain the CloudID from the a JWT token in order to further identify the . The CloudID uniquely identifies your Jira instance in the Canned Responses Pro cloud environment. It allows you to find and send the CloudID to Appfire support easily, making it easier to provide this information to Appfire Support when needed.

Runbook:

  1. Access your

...

  1. Jira instance.

  2. Open the Developer Tools in your browser:

    • For Chrome: Press F12 or Ctrl+Shift+I (Cmd+Option+I on Mac).

Info

The following runbook has been created in the Chrome browser, but the developer tool is avalaibe available in most of them.

  1. Navigate to the Canned Responses

...

  1. section of your Jira instance.

  2. In the Developer Tools panel, switch to the Network tab

...

  1. .

  2. Use the filter field and type: app-page?

...

  1. .

  2. Select the relevant request entity.

...

  1. Locate and copy

...

  1. the JWT token from the request payload. Refer to the screenshot below

...

  1. for guidance.

...

  1. Image Added
  2. Navigate to https://jwt.io/ and

...

  1. paste the JWT token to the Encoded section.

...

  1. Image Added
  2. In the decoded output, find the value under the iss key. This value is the CloudID.

Code Block
  "iss": "eaef1179-0a95-3a3e-9d08-d4d9881db5dc",

Based on this ID, Canned Responses Pro instance can be quickly recognized by Appfire Team.