- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 03:04 PM
Hi all,
I'm trying to create an incident from Postman utilizing Oauth2.0 Authentication. In general this work except populating the description field. If I put in the JSON:
{"description":"test","short_description":"test","caller_id":"3d43a2df933bce1099f937647aba106b"}
It will not populate due to data policy exception rule that I have in place.
If I remove the rule, then it will populate except that "description" field is empty even though that I have listed what should be posted in the POST body.
As you can see below, the field is named "description" and lives on the task table:
What is wrong here, and why isn't the description from the JSON populated to the description field on the incident table when making the REST API call from postman?
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 05:36 AM
Located myself that this was only a role issue. After added correct roles, Oauth integration works without issues.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 03:11 PM
@AndersBGS Have you tried to check if there is any client scripts clearing the value of description ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 05:36 AM
Located myself that this was only a role issue. After added correct roles, Oauth integration works without issues.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/