Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I need to pass parameters from Jira to API using Webhooks

A_Lakshmi Durga October 20, 2021

Hi,

 

We need to call API in Jira on Issue status change to Resolved event and Pass below mentioned 3 parameters, please guide for the same

Parameters:

{      "TicketID": "TEST-1699", "Status": "Closed", "Comment": "Resolved" }

 

Thanks in Advance.

 

Regards,

Lakshmi.

1 answer

0 votes
Thomas Deiler
Community Champion
October 27, 2021

Dear @A_Lakshmi Durga ,

how to do a transition by REST is very well described. Make sure, that in the transition screen, you are allowed to set the status (and the resolution). For firing a "Resolved Event" you need to configure this in the workflow of that issue.

So long

Thomas

Suggest an answer

Log in or Sign up to answer