- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 06:22 AM
Hi there!
I am trying to create the Change Task using API. I am getting the below error message, but I am not sure what it is causing this issue.
Payload:
Error Message:
{
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 10:17 PM
@rsram312 Yes, we found the issue. In the ACL's there is a condition as "Active = true".
As a normal ITIL user, when you submit a request to create the Change Req. or Change Task. This "Active = true" field value is not setting automatically.
Solution Proposed:
1. Adjust your ACL's to bypass this condition based on Active field.
OR
2. Add "active: true" in the request Payload whenever you send the request.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 06:37 AM
Can you also share your endpoint, masking your instance name, along the parameters you are sending?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 07:32 AM
Hi,
end point: I have used below 2 end points. getting same issue
https://<instance>/api/now/table/{change_task}
&
https://<instance>/api/sn_chg_rest/change/{change_sys_id}/task
parameters: I am sending the change request, nothing much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 03:12 PM
@Ram118 Were you able to figure out the above. I was getting the same error on those two API endpoints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 03:24 PM
@Kristy Merriam any suggestions on how to resolve this