I am trying to trigger Jenkins Build job when the status of a card is moved to Done.
I am able to secure the Jenkins crumbs with a GET operation, but when I try to use the response body in the subsequent POST request, keep on getting the error "No Valid crumb included in the Request"
I need help in using the {{webhookResponse.body}} captured in a Send Webrequest in a subsequent call.
Hi @Ranasinha_ Pradosh -- Welcome to the Atlassian Community!
First thing, I am offering a suggestion based on generic automation rule ideas, not specially for what you are trying with Jenkins...
You note have a problem using the response message from one call in a subsequent one. Have you tried writing the response message (or the portion of interest) to the rule's audit log to confirm it contains what you expect? That may help isolate where the problem is.
Kind regards,
Bill
Thanks Bill for the response, yes I am able to capture it in Audit Log by using {{webhookResponse.body}} but when I try to use it in Send Web Request it does not capture the value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you please show an image of that action where you are trying that? Does the audit log show any errors, or unexpected things?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.