Dear all,
I need to test a way to call data from external sql server database and push data in Jira ServiceDesk.
For that, what is the way to write external API call in Jira Service Desk ?
Thanks for information and samples
Hello,
The only way how you can do it out of the box is to use webhooks. You can find to send a webhook function among JSD automation functions. But webhooks can only send requests. You would need to write your own program to handle the webhook request and make all necessary changes to Jira using Jira Rest Api.
Or you can use such an app like Power Scripts or ScriptRunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.