I have 2 jira instances. I want to use a "send web request" automation rule using POST from one instance to the other, using an "incoming webhook" to receive it, to effectively clone certain tickets matching some conditional logic.
I have tried to authenticate the "Send web request" using Base64 encoded API key, and also use the secret generated from instance B "incoming webhook" component, but always receive error 400 bad request with the following payload.
Where am I going wrong?
{ "errorMessage": null, "message": null, "warningMessages": [], "errorMessages": [ "Missing token" ], "errors": {}, "status": 400 }
If you are willing to try a third-party app, instead of manually setting up API calls, Deep Clone for Jira provides a seamless way to achieve this.
With Deep Clone for Jira, you can:
This approach eliminates the need for complex webhook authentication setups and API requests while ensuring accurate issue duplication across instances.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.