jenkins integrate with jira

Jonathan Sanchez May 9, 2013

Hi, i have a problem.

When i wish to integrate the jenkins with jira, i use this plugin : "https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin". But if i entre the url "https://myuser.atlassian.net/secure/Dashboard.jspa" i recive the next error "https://myuser.atlassian.net/secure/rpc/soap/jirasoapservice-v2?wsdl"

I don't have any idea about the resolve this problem, and i apreciated very much your help

3 answers

1 vote
Jonathan Sanchez May 9, 2013

I have succes with the problem, it is necessary o only use "https://myuser.atlassian.net/", and ignore the error "This is a valid URL but it doesn't look like JIRA"

1 vote
codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 9, 2013
Did you enable RPC/SOAP option in JIRA admin panel?
Jonathan Sanchez May 9, 2013

No, and i don't find how enable. However i enable the remote api calls

Like Esox Lucius likes this
0 votes
Dinesh Dhinakaran
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 10, 2014

u need to open the jenkins port in jira server and jira port in jenkins server

murali June 21, 2017

how to open the port. which configuration we have to perform.

 

Dinesh Dhinakaran
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 9, 2018

@murali,

For Ex: Jira is running on 8080 and jenkins is running on 8090.

open the 8090 port in jira server and open the port 8080 in Jenkins server, this can be done by your network team.

Suggest an answer

Log in or Sign up to answer