Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

vinay.mr@volvo.com
Contributor
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
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 Champion
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