I want to have a custom list that is a dropdown field that appears in multiple projects, but they all pull from one source of truth list.
Specifically, we have teams that are working on multiple applications. We need a single list that can be maintained and can be used in multiple projects that lists the applications.
Please note - I am not looking for answers that revolve around restructuring our teams or how we are using Jira. Thank you.
Can you try
def securityField = getFieldByName("level")Hope this helps
@Mohamed BenzianeI tried putting the log.error with this code to display the value but saying NULL. so It didn't help. I tried removing the default in issue security scheme so only people who has security level value they can see it. They said its ok to display in view screen. Others will not see because no value set to "Security Level" so it won't display in view screen.
Thanks,
Om
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.
If you want to hide it to everyone you can do it in you field configuration. In my memorie if you use Behaviour you don't have to code just check the hide button.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mohamed BenzianeI already tried that field hide in field configuration but still no luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look like system fields were not able to hide.
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.