QSH is not matched.

Piyush Patel May 26, 2021

Hi,
For the lifecycle webhook ex. installed, uninstalled QSH generated from our end is not matched with one which I get from JWT.
But for the other webhook ex jira:issue_created, QSH is matched.

Do I need to use a different way for a lifecycle webhook?

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 26, 2021

We can't tell you anything about this.  You've not explained what QSH is or what you are doing or why.  (Quasi Shear Horizontal is not something I would even think of using Jira for)

Piyush Patel May 26, 2021

Hi @Nic Brough -Adaptavist- 

QSH is a field in a claim part of JWT

{ 
"iss": "jira:11111111",
"iat": 1386898951,
"qsh": "8063ff4ca1e41df7bc90c8ab6d0f6207d491cf6dad7c66ea797b4614b71922e9",
"exp": 1386899131
}

I implement the QSH as per the following document. 

https://developer.atlassian.com/cloud/jira/platform/understanding-jwt-for-connect-apps/#qsh 

Suggest an answer

Log in or Sign up to answer