to display release date of a version in jira project in confluence

Divya Narayanappa January 17, 2012

Can you please let me know if there is a way/option of displaying the release date of a version in a Jira project in confluence.

(All our projects in Jira have different versions associated with it, like a0, b0,....Each of these versions are associated with a unique release/due date.)

Is there a way to fetch the custom fields of Jira project and display it in confluence.

2 answers

0 votes
Brent Lewis February 22, 2012

We use the JIRA road map macro gadget in Confluence to report on upcoming releases in Confluence. Works nicely and can be done for all projects or by project category

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 17, 2012

One way is to use the Confluence SQL Plugin with some variation of this query:

select p.pkey, p.pname, v.vname, v.releasedate from project as p, projectversion as v where p.id = v.project order by p.pkey

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events