Can we create an incident in PROD based on the Scheduled Job(Test Environment) output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:32 AM
Hi All,
We have a ATF schedule job in Test environment. Based on the Schedule job output we need to create an incident in PROD environment.
Output will be from TEST
Incident needs to be created in PROD
Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:41 AM
i guess you posted the question earlier, but this time its clear.
You can do it in 2 ways. easy and hardway.
easy way will be to use the E-bondign spoke in flow designer and trigger the inciden on prod.
the other way will be via the REST api to POST an incident on PROD, This will involve bit of scripting.
I hope i helped you...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 05:18 AM
Hi,
How to do using REST api please?
Thank you!!