I want to produce a Confluence page that has a list of Versions for a particular project. When a new version is added, it should reflect immediately in Confluence. Further, I'd like to link this output in Confluence to a JIRA report page for each Version that shows a summary, the release date and list of issues in this version.
Is this possible? Can the page creation be automated?
Thanks Ed – From my experience so far, the JQL result set is always a list of issues. What I want to return is a list of the Versions themselves, not a list of issues in each version.
pseudo-query:
select Name, Description, StartDate, ReleaseDate from versions_table where project = "myProject"
I know that the API can now return this data, but I'm wondering if there is a way to access this data (assuming the Application link has been established) – directly from Confluence without needing to write a macro/plugin.
Christopher -
Not sure on the page automation - perhaps doable with command line and scripting plugins. But if you have JIRA and Confluence linked via the Applications links, you can use JQL on the Confluence side to query JIRA for the information you want (i.e. the Versions) and have it displayed on the confluence page.
You can also use JQL to filter the JIRA information for the report you want.
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.