You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.