Forums

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

Does Jira Server require the REST API for normal functionality?

Olubunmi Ogunsan
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!
June 23, 2019

I'm trying to completely block access to the JIRA REST API using a reverse proxy server and would like to find out what impact that might have on the normal functionality of JIRA.  I'm blocking the API at /rest/api/2 and would like to know how this would affect JIRA Server.

Secondly, does JIRA Server allow anonymous access to /rest/api/1.0?  If yes, can one get a list of the resources that can be accessed in this way?

Thanks.

1 answer

1 vote
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.
June 23, 2019

Yes.  Dashboards and boards use REST to get some of their data.  If the REST api is unavailable, large swathes of Jira will not work.

You need to stop blocking REST, it is going to break it for you.

Yes, you can access it anonymously, in full.  What it returns is limited to what anonymous users can see in the UI.

Olubunmi Ogunsan
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!
June 25, 2019

Thanks Nic.  I noticed in my tests that JIRA itself uses /rest/api/1.0 for its normal functionality. It also uses /rest/analytics, /rest/plugings, /rest/troubleshooting, etc. I've not gotten any issues with blocking /rest/api/2 but you're right, I can't completely block the REST API.

Suggest an answer

Log in or Sign up to answer