Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get URL for REST access to Insight

Stephen Schaff
Contributor
September 11, 2018

The documentation for Insight says that the URL to call the REST features looks like this:

http://host:port/context/rest/insight/api-version/resource-name

The url to the Insight schema list URL looks like this for me:

https://jira.myCompany.net/secure/ManageObjectSchema.jspa

I have tried combining them like this for an url that should get an icon back for me:

https://jira.myCompany.net/secure/rest/insight/1.0/icon/1

But I get a 404 from Jira.

Do I need to setup something else to get REST access from Insight?  Or is the URL wrong?

1 answer

0 votes
Mark Hitt September 12, 2018

Remove the secure part of the URL. https://jira.myCompany.net/rest/insight/1.0/icon/1

Suggest an answer

Log in or Sign up to answer