How to obtain the CloudID from JWT token
This guide explains how to obtain the CloudID from a JWT token. The CloudID uniquely identifies your Jira instance in the Canned Responses Pro cloud environment, making it easier to provide this information to Appfire Support when needed.
Runbook:
Access your Jira instance.
Open the Developer Tools in your browser:
For Chrome: Press
F12
orCtrl+Shift+I
(Cmd+Option+I
on Mac).
The following runbook has been created in the Chrome browser, but the developer tool is available in most of them.
Navigate to the Canned Responses section of your Jira instance.
In the Developer Tools panel, switch to the Network tab.
Use the filter field and type:
app-page?
.Select the relevant request entity.
Locate and copy the JWT token from the request payload. Refer to the screenshot below for guidance.
Navigate to JWT.IO and paste the JWT token to the Encoded section.
In the decoded output, find the value under the
iss
key. This value is the CloudID.
"iss": "eaef1179-0a95-3a3e-9d08-d4d9881db5dc",
Based on this ID, Canned Responses Pro instance can be quickly recognized by Appfire Team.