Not able to add closed and canceled incidents to problem record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
As an admin user I am able to add incident to problem record but when i am impersonating with other users few are unable to add closed and canceled incidents to problem record and few are able to add closed unable to add canceled incidents to a problem record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Hi @Bhavani1995
ensure that the incidents that cannot be added are not already related to another problem, an incident can only relate to a single problem record:
Also, what roles does the other impersonated user have? Perhaps it is because of they aren't expected to see that incident at all. Verify that they can see that incident.
Both Closed and Cancelled incidents shall be possible to associate with a Problem record...
EDIT: added screenshot
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @Bhavani1995
Possible Causes for this issue
ACLs (Access Control Lists):
Different users may have different read/write permissions on incidents in certain states (Closed, Canceled). ACLs might restrict adding or linking incidents based on state or user role.UI Policies / Client Scripts:
There might be client-side logic preventing users from adding incidents if the state is Closed or Canceled.Business Rules / Workflows:
Server-side business rules might restrict actions for incidents in those states based on user roles or conditions.