jira cloud rest api

eddieheimdalhartman March 2, 2015

I am writing a general purpose connector for TDI to Jira, based on some code from an old PoC a while back. My hope is to make this work against JIRA Cloud, instead of a locally running instance. Is this possible? I have a Cloud account (integrator.atlassion.net), but have been unable to guess which port/path to send REST calls to.

Any tips are greatly appreciated!

1 answer

1 vote
Andre Borzzatto
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 2, 2015

Hi, Eddie.

JIRA Cloud should accept REST API requests without a specified port by default.

It should be enough to have only the URL address followed by the path of the request:

GET: https://integrator.atlassian.net/rest/api/2/issue/{issueIdOrKey}

We have a documentation with the methods available in the API if you need, here it is:

I hope it helps!

 

Thanks!

Suggest an answer

Log in or Sign up to answer