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

1 vote
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 Leaders.
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!

Suggest an answer

Log in or Sign up to answer