How can I get issues count for each of my projects for last month and render it on Confluence page? I'am trying to make report of obsolescent projects with Reporting plugin but dont know how to get information from JIRA. My task is to list all jira projects not updated for one month.
See this page for details: https://confluence.atlassian.com/display/DOC/JIRA+Issues+Macro
The macro has a parameter called "Display Total Numbers Only" which you can use to display an issue count for an arbitrary search on your JIRA instance.
Add the Issue Statistics gadget of JIRA into Confluence, you a filter of your choice and plot the statistics for 'project'
https://confluence.atlassian.com/display/DOC/Registering+External+Gadgets
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No JIRA gadget shows if the statistics returns zero issues. Then you have to do a direct sql macro to make this table out of JIRA database tables.
https://marketplace.atlassian.com/plugins/org.swift.confluence.sql
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can I then use this data with Reporting plugin?
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.