HI.
I want to update a ticket created in a service desk application (not atlassian) from Jira.
I think I can use Webhook but I don't know how to update the ticket in the non taltssian application.
do you know if webhook features can help me? or another plugin?
thanks in advance.
Sergio,
you can use webhooks or an api call to the other app from a listener or post function using some plugin like script runner.
if you need to send a couple of fields a webhook is ok
to update a ticket in an external app. Only I can send the data by PUT method. but the webhooks send the data using POST method.
That is the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sergio,
Do you try using an Script Listener with Script Runner?
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.
Sergio, are you using cloud or server version?
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.
Sergio, sorry for the delay.
Here you can find a lot of samples of groovy scripts calling an external rest service:
Hope it helps
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.