How to synchronize the list of JIRA projects in confluence ? (JIRA confluence connectivity)

vinay.mr@volvo.com April 4, 2012

We want publish the list of jira projects and its project leaders on Confluence page for informatory purpose.

please let me know how it can be done ? or any plugin available for it ?

We are using lincesed versions of JIRA 4.4 and conflunce 3.5.1

1 answer

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.
April 4, 2012

Use the Confluence SQL Plugin with a simple query of the JIRA database. Specificially the project table.

Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 4, 2012

The SQL is:

select pname, lead, description from project;

Best regards

Thomas

Suggest an answer

Log in or Sign up to answer