Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Depends Upon "Text Field" Value the Drop down List has to populate with the related value

Edited
Kumar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 05, 2018

Hi Team,

I have a Two custom Fields one is Text Field (Text SI) and the other one is Drop Down List (Source) here is the thing I have 20 Text field Values we are using while we creating the Tickets and  we have like 20 Values in dropdown List Field  also which is related to Text Field Values.

I need when I select the Particular Value From the Text Field automatically the Dropdown List has to Populate with The related Value. 

Here i have tried one script when i Select the Particular Text Field Value its  populating the dropdown list with "Null" Value. But I need to populate the dropdown List with Value.

Customfield_120805 //Text Field

Customfield_120822 // Select List

if(getFieldById("customfield_120805").getValue().equals("High Severity")){
getFieldById("customfield_120822").setHidden(false)
getFieldById("customfield_120822").setRequired(true)
}else{
getFieldById("customfield_120822").setFormValue(null)
getFieldById("customfield_120822").setRequired(false)
getFieldById("customfield_110822").setHidden(true)
}

 I tried insted of "Null" i gave the Value from DropDown List but it didnot work.

So can you please help me with this script 

Thanks,

Kumar

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events