UI action visibility based on roles and priority
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 09:15 AM
1.when change priority is P1 and P2 and role is change manger, only then Implement button should be visible
2.for remaining p3 and p4 tickets Implement button should be visible for all roles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 09:45 AM
Hi @pasupuleti loke,
Can you elaborate in details. As your 2nd requirement conflicts 1st requirements.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 10:07 AM
Actually this is the requirement I am looking for the any ways to achieve if possible.
Thanks,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 10:07 AM
Hello,
Go to UI actions from navigation:-
Search for implement Ui action
Then in the condition field put the below code(Replace the rolename with your rolename)
((gs.hasRole('rolename')) || (!(gs.hasRole('rolename')) && current.priority!=1 && current.priority!=2))
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 12:55 AM
Hello,
Can you also mark my answer as correct.
Thanks.