Forums

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

trigger status update from Jenkins buid

Vipin Rai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 17, 2021

Hello Team, 

 

I am looking for a solution where want to update issue status from in review to resolve, once JENKINS's build is executed successfully 

1 answer

0 votes
Mehmet A _Bloompeak_
Atlassian Partner
September 17, 2021

Hi @Vipin Rai ,

You can accomplish it by calling issue update rest API. The json body of the http request should include status value. You can check the format of json first by calling the issue get rest API.

Suggest an answer

Log in or Sign up to answer