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
Use the Confluence SQL Plugin with a simple query of the JIRA database. Specificially the project table.
The SQL is:
select pname, lead, description from project;
Best regards
Thomas
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.