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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.