Hi, I'm writing a small application so that we can display a JIRA Wallboard on our TV without having to authenticate.
So what I'm doing is that I'm using CURL to get the contents of the URL of the wallboard using Basic Authentication. The authentication goes well and when I output the CURL content I get a javascript error as attached image. Does anyone know how to get around this issue or any other way to get our wallboard up on the TV without making everything public.
Hi Andreas,
What happens when you copy the URL and access it on a browser? Do you get 404 error as well? I'm getting something like this on a browser:
{"resources":[],"unparsedData":{},"unparsedErrors":{}}
The thing with cURL is that it does not wait for any script to finish executing - it will just hit the URL and immediately provide you the page content.
Cheers,
Mogavenasan
Hi, If you take a look at the screenshot, that is exactly what I have done.
No 404 error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Accessing the URL on my local JIRA with or without logging into Jira - I can't seem to reproduce the error tho.
An alternative method to view Wallboard from JIRA without making everything public; JSWSERVER-12731. You can use the URL stated in there - tested and working fine on my end.
Cheers,
Mogavenasan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Already tried that and got this as an error message.
REQUEST DENIED. Refer to https://confluence.atlassian.com/display/CLOUDKB/JIRA+and+Confluence+Cloud+os_username+and+os_password+embedded+in+URL+no+longer+available for details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.