Jira REST Base URL

ashok balami 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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