How to automatically update the status of specific JIRA issue from Jenkins based on job status

Jagadeesh June 12, 2019

We have use case to trigger jenkins job from JIRA based on the status transition. (Its working as expected through post-functions).

But, we need to update/refresh the specific JIRA status based on the outcome (SUCCESS/FAILURE) of the job. Its is success, it should update done and if is failure it should update open.

We have tried few Jenkins Plugins 

JIRA ISSUE UPDATER

JIRA Trigger Plugin

Any recommendations/suggestions. Would be a great help.

Least any help on getting the JIRA ISSUE ID in jenkins as variable would help in coming up with shell script.

But, there is no luck :(

 

0 answers

Suggest an answer

Log in or Sign up to answer