Hi,
I have added one custom field for the issuetype "bug" . However I want this field to be displayed on the respective screen only if the value of one of the other fields in "NOT NULL"
For eg - My custom field is "RCA" and the other field is "Ticket id"
Now I want the field "RCA" to be available on the respective screen only if the value of "Ticket Id " is not NULL.
Please help me know how I can do this.
Many thanks in advance
Regards
Bhawna
Hello @Bhawna Sharma are you using Server or Cloud version?
in a server version you could use Behaviours
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Manuel,
The "Behaviours" add-on worked very well for the "Edit" screen but it is does not worked for the "Resolve issue" screen and "Workflow" screen.
How can I do that?
To explain further -
My custom field "X" is hidden if another field "Y" is true. This is working fine in"Edit" screen. But I also want the field X to be hidden ( if Y is true) on the other screens i.e. Resolve issue and Workflow screen.
@Please note the field Y is as such not available on Resolve issue and Workflow screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good, you almost have it, this will later be very useful and the customers love it.
try adding the Y field to the screens where you need it, but hide it by default and the behavior indicates that if Y is true, stop being hidden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the "Live Fields" functionality of the "Power Scripts" addon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.