Jenkins - Unable to connect to REST service

Jellie Liao October 24, 2018

I want to automate jira workflow transitions from Jenkins every after build, because of that I thought of using Jira Issue Results Updater plugin on the post-build action section in jenkins. However, I am getting an error whenever I test it out. Can anyone please help me? :(

 

Jenkins output:

Jenkins error.JPG

 

Configuration:

Jira Issue Results Updater.JPG

2 answers

0 votes
Mone Dileep Kumar September 18, 2020

Hi All,

I am able to find the solution for this. Please find the below details which I used in my Jenkins:

Jira REST Base URL: http://localhost:8080/rest/api/latest

I was able to fix this by correcting my JQL. It seems like the JQL for Jira Issue Results Updater doesn't accept double quotes ("). Changing it to a single quote (') will fix the issue.

Cheers

Mone Dileep Kumar

0 votes
John DeBois July 10, 2019

Having this same problem suddenly.  We have been using this plugin for over a year without issue but now we are suddenly seeing this error.  Anyone else having this problem?

 

 



Suggest an answer

Log in or Sign up to answer