Configuring the Atlassian JIRA plugin to work with Jenkins CI system
Asked Answered
Q

1

6

I am trying to configure the JIRA plugin with Jenkins but I am receiving the error

"This is a valid URL but it doesn't look like JIRA".

I am trying to connect to my company installation of JIRA studio which is http://[company].jira.com and I know this URL is correct as I have several projects using it successfully. Is there some setting I should enable in JIRA studio for this to work?

Quintan answered 5/7, 2011 at 16:6 Comment(0)
A
10

I had a similar issue and fixed it by setting our JIRA studio Title to "Atlassian JIRA". You can change it by going to admin->general->account->account name->(change)

The plugin looks for one (or both) of those words, I forget which.

You might also have to enable "Accept Remote API Calls" in admin->issues->global settings->general configuration->options

Hope that works for you.

Ashlynashman answered 7/7, 2011 at 3:46 Comment(2)
Yep I eventually found this - asked in the irc #jenkins channel on freenode IRC but thanks too :) This is such a silly bug which has been around for so long.Quintan
Thanks! I had to check out the source just because it sounded so incredible, but sure enough, there it was... Gah! Eight hours of my life I won't be getting back.Futtock

© 2022 - 2024 — McMap. All rights reserved.