Hi friends,
I have created the webhook for my service. The service is connected to my external DB to
retrieve the data and we are using the Amazon dll to send the mail.
JQL: status in (Open,"In Progress") and project in ('TP') ORDER BY key
The service is created the notepad of the return JSON format from the webhook url and update the task
details in my external DB and then its return the notification mail (whether it is success or failed)
through the Amazon dll.
We are manually debugging the tool by using the fiddler and it is works fine,
the Db was updated and return the notification. But if i done any kind of updation in the tasks which
are come under the mentioned JQL, then it is trigger the Webhook URL and create the notepad but rest
of the function could not works. So can you please help me on this.
Thanks in advance,
Karthik A.
It is not clear to me what you are doing. "if i done any kind of updation in the tasks which
are come under the mentioned JQL, then it is trigger the Webhook URL and create the notepad but rest
of the function could not work" does not make a lot of sense, there's no explanation of what the notepad is or what the rest of the function is.
You need to explain what that means, what it is supposed to do and what it is not doing.
Hi Nic,
My webhook contains the following JQL
status in (Open,"In Progress") and project in ('Test') ORDER BY key
It is list out the some task. If i done any kind of modification in anyone of the tasks then it is details will be reside in the Webhook URL.
WebhookURL.PNG
Then the following actions are need to be done by my tool. It trace out the link and create the notepad along with the JSON of that task. Then it is update my external DB by using the sql connection and send the notification once the DB updation completed through the Amazon dll. But if i done any modification on those task then it will create the notepad along with the JSON of the task but rest of the functions external DB connection and updation mail parts are not works.
So i am debugging the tool by using the fiddler but it is works fine and the DB updated as well as i got the notification.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid repeating the bit that does not make any sense does not help us understand. Please explain what I actually asked about.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.