Ui action form context menu is not working on Change request level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 02:15 AM
Hi All,
We have a "Copy Change" form context menu change requests level and it's not working for ITIL users.
We checked the script include, ACL's as well but we not find any issue. Also the same Ui action is working fine on lower environments and the PDI levels.
UI Action:
Condition: gs.hasRole("itil,sn_change_write") && ChangeUtils.isCopyChangeEnabled(current)
onClick: OnCopyChangeClick()
Script:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 02:17 AM
Hi,
Can you clarify what is occurring, not working is a vague description. Does the UI action result in the page refreshing? Does nothing occur when clicking the UI Action? Are users redirected to a new change form, but it's blank? Have you checked the browser console to view any errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 02:52 AM - edited 05-08-2024 05:39 AM
Hi Kieran,
Thanks for the response.
When an ITIL user select the copy change context menu, we're not seeing any behavior on the form level, like [Not refreshing / Not loading / not re directing to new page.
We're seeing the below one:
Thanks.