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?
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)
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.