Dear all,
I have the following class snipet :
API_Helper(boolean UseRolexAccount, String TargetAD){
if (UseRolexAccount){
switch(TargetAD) {
case "RLX-DIGITAL": //=>Token from Rolex DIGITAL AD
Token= getToken(RLX_AZAD_TENANT_ID,RLX_CLIENT_ID,RLX_CLIENT_SECRET_ID)
break
case "RLX-IT": //=>Token from Rolex IT AD
Token= getToken(RLXIT_AZAD_TENANT_ID,RLXIT_CLIENT_ID,RLXIT_CLIENT_SECRET_ID)
break
}
The vaiable in Bold are part of Script Runner variables definition.
What is happening is that I get an exception below when using those variable in my class construtor
MissingPropertyException: No such property: RLX_AZAD_TENANT_ID for class: API_Helper
Any idea how to use those variable in my class?
Hi Serge
I believe that you have created a support ticket with us and we will address this issue accordingly.
Thank you and Have a Nice Day.
Kind Regards
Kate
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.