Hello all,
I have a custom field Issue Resolution() on my Create Issue screen and I want to hide this field for a specific group only on the Create Issue screen. I have been using behaviour to do that. I have added these two conditions: 1. User is in specific group= Group Name , 2. Workflow action= Create. When I log in as a user in that specific group, I do not see the Issue Resolution field.
But the issue is that the field remains hidden for all workflow transitions, it does not take the condition: workflow action=Create
Can you help me in this?
Thanks,
Khushbu
Hi,
You might need a script here for easiest solution. I don't have that at hand sorry.
But your condition 2 (workflow action = create) hides the field from everyone, not only the wanted group.
How about you add your condition 1 for WHEN (user in group), and add EXCEPT conditions for when you want the field to be visible to that group? For example in the workflow steps/actions.
Sorry again for not having the script at hand, maybe someone else can help you with the groovy script.
Hi,
Thanks for the answer, I did make it work. I've tried to add the condition 1 for WHEN and the condition 2 for EXCEPT.
The script was not needed this time.
Thanks,
Khushbu
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.