I want to generate reports that count the number of projects, but does not list the issues in the project.
Can this be done in JIRA Cloud? Can it be done in the Servier Version?
If you use Confluence Server, you can also generate a list using the Run CLI Actions in Confluence and Advanced Tables for Confluence add-ons. The steps are similar to what is described in this recipe, in that you:
The Confluence page looks like this:
getProjectList.png
The output looks like this:
output.png
The macro configuration is as follows:
It may seem like a lot of steps, but the power of the Run CLI Actions in Confluence add-on is that you can do all sorts of reporting against any of your Atlassian products without having to write and maintain code. And you can protect them with the Macro Security add-on, if desired, to ensure these powerful add-ons can only be edited by trusted users yet have their resulting output viewable by anyone.
You can also see the answer I gave to a very similar request a minute ago - see https://answers.atlassian.com/questions/24647845
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can get the total number of projects by visiting your JIRA Server info page under administration -> System ->System info.
This info can be accessed in both versions.
Pilar
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.