Problem - State visible only for particular group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 12:41 AM
Hi Team ,
We have a requirement on Problem table
Ptask - " complete " Ui Action should be only visible to certain group .
Problem - " Resolve" Button should be only visible to certain group .
Example group - ' Sbc_prb_grp'
Can anyone please help me with steps and Please provide screenshots .
Please provide configure steps and screenshots.
Thanks in Advance .....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 12:48 AM
Hi @nameisnani in both UI Action condition have the below script in place
gs.getUser().isMemberOf('group Name')
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 12:52 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 12:59 AM
Hi @nameisnani share the condition of your UI Action, I would like to see if there are any existing checks
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 09:26 AM
hi @Harish KM ,
current.canWrite() && (current.state != ProblemState.STATES.RESOLVED) && (current.state == ProblemState.STATES.FIX_IN_PROGRESS) && new ProblemStateUtils().validateStateTransition(current, ProblemState.STATES.RESOLVED)