new to JIRA API

gavindra kalikapersaud July 14, 2014

my url is https://ultidev/browse/ for JIRA can i still use the API?

2 answers

1 vote
Danilo Conrad
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 14, 2014

Hi Gavindra,

You base URL should actually be https://ultidev/- in this case, your REST calls should have a format such as https://ultidev/rest/api-name/api-version/resource-name.

For more information you may refer to the link below:

Cheers,

Danilo

gavindra kalikapersaud July 20, 2014

Thanks. So I entered the following URL in my browser:

https://ultidev/rest/api/latest/issue

However I recieved a HTTP 405 (Method not allowed). Is this due to my company's JIRA ADMIN?

Or would I have to use OAUTH to gain access?

0 votes
Paresh Gandhi
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.
July 20, 2014

try

https://ultidev/rest/api/2/issue/[IssueIDe.g. Book-1]?os_username=[YourUserName]&os_password=[YourPassword]

gavindra kalikapersaud July 21, 2014

Thank you. but if I wanted to create a issue using the API. I would have to use OAUTH and cURL?

Suggest an answer

Log in or Sign up to answer