Unable to see Complete button in the Problem Task for ITIL Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 05:27 AM
Hi,
I have added ITIL Role for Start Work Button and Complete Button UI Actions in the Problem task. And ITIL users can view start button in the form but not complete button.
Can someone help me why ITIL users cannot see Complete button in the Problem task even though role is provided in the UI Action?
Thanks in Advance!!
- Labels:
-
Multiple Versions
-
Problem Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 05:34 AM
Did you check if there is something in Condition field of the UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 06:53 AM
Hi,
Condition field has follows for Complete Button which is OOB:
current.canWrite() && new ProblemTaskStateUtils().isAllowedToComplete(current) && new ProblemTaskStateUtils().validateStateTransition(current,ProblemTaskState.States.CLOSED)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2022 07:00 AM
Hello,
User may not satisfying condition written in Script include ProblemTaskStateUtils().isAllowedToComplete(current) so Kindly check what is written there.
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 04:06 AM
Hi,
I am unable to understand those script includes which are OOB. Can you please help me