You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi all,
Really keen on implementing this automation (or finding a similar workaround) without having to utilize the default Request Resolved customer notification. Has anyone had any success with implementing the following Automation on Jira Service Management Cloud?
I believe I am getting hung up on the 'Send Web Request' step. I have followed the instructions and mirrored the details in the screenshots (except I have inserted a different web request URL and authorization code). I am curious about the following instruction that is captured in the screenshot for the 'Custom Data' field:
"token": "test123",
Is "test123" supposed to be included in the Custom Data field or replaced by the API token?
When I attempt to use the 'Validate your web request configuration' option I get the following error:
{ "errorMessages": [ "There was an error parsing JSON. Check that your request body is valid." ] }
Any insights from the community would be great appreciated. Thanks!
Thank you for the quick response, Ajay. tes123 is entered in the custom data field as follows (matching the instruction in the How-to link), but am still getting the error.
{
"token": "test123",
"issueID": {{issue.key}}
}
The Response when attempting to validate is 'Response 400 Bad Request'
Nearly the same here: I get the response 401 "Unauthorized" because of Payload: "Basic authentication with passwords is deprecated."
Any resolution/workaround?