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!
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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.