Hi ,
I am encountering an issue with the new Jira user account ID format in the ScriptRunner behavior. The code works perfectly fine with the older account IDs that do not contain ':' or '-' signs. However, it fails to function with the new user account Id format. Could you please advise on how this can be fixed?
Thank you,
Susheela Kushwaha
Hi,
When I tried this code, this is working fine:
def userLogging= Users.getLoggedInUser().accountId
if (userLogging == "73333:a8c45RR0-daBB-408-8288-f8208gt6d6605"){
return true
}else{
return false
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.