We have a requirement where we have multiple webhook created for different JQL's , while we receive the response to our callback URL we need to know from which webhook we are receiving this callback (or the JQL) - this way we decides the logic in our application -- any clue is appreciated.
Hello,
Try to add your own parameter to webhook. It would look something like this:
http://example.com/rest/webhooks/webhook1?myparam=2
You would define a different myparam value for each webhook. In this case you would know which webhook was triggered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.