Hello,
I’ve noticed that in the incoming plugin installation request the value of the "clientKey"
is the same as baseUrl
but without “https://” prefix
{
“clientKey”:“client-domain.atlassian.net”,
“baseUrl”:“https://client-domain.atlassian.net”
}
Is it a valid clientKey ? Usually the clientKey is in the UUID format but here is different. Is it somwhere defined in the documentation what might be the format of clientKey or at least what type of characters might have (for example is the following characters allowed “,”,“.”,“;”,“%”,“$”,“^” ) ?
I recall from the other posts that we shouldn’t use the baseUrl as a main identifier for the installation because the client instance can be renamed, and we should rely on the clientKey because will not change here.
If the clientKey is holding a baseUrl and the renaming procedure will be applied then the clientKey will be also changed causing inability to match the client to the plugin instance ?