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: Confluence
Jira and Confluence Performance Monitoring Part Two
Continue with Jira and Confluence Performance Monitoring Part One, in this article I will explain a bit deeper how the Bot works which is most interesting part I think. First of all, you need to have a Bot that is hooked to your Slack. I wrote my own Bot based on Hubot (Nodejs Express Framework). When … Continue reading Jira and Confluence Performance Monitoring Part Two
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
Jira and Confluence Performance Monitoring Part One
I have been recently working on improving our performance monitoring against Jira and Confluence. And here I want to share a few things that I learned, and hope they are useful to you as well. In high level, we have done: Setup both black box monitoring (CPU, memory, IO, Error log ...) and white box … Continue reading Jira and Confluence Performance Monitoring Part One
Confluence: Rebuilding the Ancestor Table
Occasionally, the ancestor table corrupts in Confluence. The consequence of that is users will lose access to the child pages under their spaces. It happened once after we upgraded our Confluence server. Not sure if the upgrade caused that, or just a coincidence. To confirm if you have corrupted ancestor table, run the the following … Continue reading Confluence: Rebuilding the Ancestor Table
