Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

QSH is not matched.

Piyush Patel
Contributor
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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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
Contributor
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