Javeed
Javeed

Reputation: 11

How to enable Jira RPC Plugin in Jira trial version

I am trying to integrate Jira with TestLink. Found issue with enabling RPC plugin in JIRA. I am unable to find RPC Jira plugin in System settings. Where can we find RPC jira plugin in the Jira trial version?

Upvotes: 1

Views: 184

Answers (1)

Gerald Schneider
Gerald Schneider

Reputation: 17797

JIRA's SOAP and XML-RPC remote APIs were removed in JIRA 7.0 for Server (see the announcement).

In older versions of JIRA the RPC plugin should be active by default.

If you are using an older version, you should be able to find it under Administration -> Add-ons -> Manage add-ons.

Select "System" in the drop down menu to list all add-ons that ship with JIRA.

enter image description here

(Screenshot from JIRA 6.4)

Upvotes: 1

Related Questions