The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide custom field based on select-list selected value on view issue screen

sgole
Contributor
February 5, 2021

hii , i want to hide custom field-"IT resolution code" (on view issue screen ) if serviceDestTeam value is other than "IT"   . Thanks in advance .

image.png

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Tansu Akdeniz
Community Champion
February 5, 2021

Hi @sgole 

I think it is not possible with Behaviours code. It only works in pop-up's such as Create and Edit issue screens.

If a custom field is added to issue view screen and has a value, it is always shown. You can not hide it depending on other field.

0 votes
Helmy Ibrahim _Adaptavist_
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 Champions.
February 6, 2021

Hi @sgole 

@Tansu Akdeniz is right, you can't do this with Behaviours. However, you could write your own JavaScript and load it in with Web Resources

This post might help too!