Jira REST Base URL

ashok balami
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 21, 2017

where and how can we get Jira REST Base URL? I am using jenkins, jira and bitbucktes in my localhost. I could not able to find out the Jira REST Base URL to update jira issue.

I am trying to automatically close the jira issue after deployment.

1 comment

Comment

Log in or Sign up to comment
Nic Brough -Adaptavist-
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 21, 2017

It's always of the form below (replace http://hostname with your JIRA's base url - if it's http://myserver/jira then use that)

http://hostname/rest/<api-name>/<api-version>/<resource-name>

So for JIRA at the moment, it is at

http://hostname/rest/api/2/

(e.g. an issue "get" is http://hostname/rest/api/2/issue/ABC-123 )

 

TAGS
AUG Leaders

Atlassian Community Events