I know you can insert individual JIRA's into Confluence, and you can also search using JQL and insert all the results as a table. The problem is that I want to create an agenda page that has a set of JIRAs (say 50 of them) that match a certain criteria.
But I don't want this table to change from week to week - I want the table to be a static list of Jiras. This is because I can then refer back to this meeting agenda page months from now and see the list of Jiras that were set for that meeting.
Right now any table I insert of Jiras is always dynamic. I'm looking to see if there's a way to insert a table of static jiras. Any help is appreciated!
The simplest way might just to pull up the issue navigator in JIRA and depending on the browser (this works for me in Safari) just copy the table and then paste it into the page in Confluence. You'll have to do some trimming afterwards. Works for me on JIRA 6.0 and Confluence 5.1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How to archive pages with dynamic content describes in general how to do similar things using the Run Plugin for Confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was hoping not to have to use plugins, as I don't have access to install them on my Confluence instance (unless Run is a standard one out of the box?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If there was only a handful of issues, you could have created the JQL like this:
key in (XYZ-1, XYZ12, XYZ24)
With 50 issues, it is a pain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wish I could, but the JQL is more complext (I'm looking for a specific project, with a status, and expect 20+ Jiras out of a list of more than a hundred).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.