How to create json paylaod for incident table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 01:48 AM
Can someone help me with script for how to create json payload for incident table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:05 AM
Requirement is to create payload builder for incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 03:26 AM
Hi @Community Alums,
Payload for this will be like below:
{
'state':'3',//this can be current.state
'short_description':'Hello World!',//current.short_description
'category':'hardware'//current.category
}
Business requirement is not cleared but sample json paylod is above. Hope this will work for you.
Please accept my solution if it works for you.
Thanks
Jitendra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:29 AM
How to create or update incident using payload builder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:36 AM
Hi @Community Alums,
Hope this post would help your query below:
Please accept my solution if it works for you.
Thanks
Jitendra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:47 AM
Hi @Community Alums ,
Please check link below
Please mark my answer correct and helpful if this works for you.
Thanks and Regards
Sarthak