Similar to the Confluence Project Key Query Page, I created another page for querying the Jira Project Key. As the script sends a cross domain request from Confluence to Jira, the CORS has to be configured in Jira to allow it. This is how it looks, and here is source code.
Tag: Javascript
HTTP Code 499
Http status code 499 is a non-standard status code introduced by nginx for the case when a client closes the connection while nginx is processing the request. I just encountered the 499 code in the nginx log a couple days ago. The reason of that is I wrote a Ajax to make a API call to the … Continue reading HTTP Code 499
Confluence Space Key Check Page
We have a request type in Jira service desk that allows user to request a new Confluence Space. To let the user find a available Space key, I created a Confluence page (with some javascript codes) where user can type their preferred key and check whether it has been used. This is how it looks … Continue reading Confluence Space Key Check Page