How do I create groups of projects?

Asha.Ahirwar June 30, 2017

Hi Team,

I have created category and under the category i have added some project this category shows project name only.

But I'd like to create some group for some perticular projects and export in any formate. e.g. i have 3 groups and each group contain 5 projects and i want to group1 project details then i am open that group its shows project name , project key, project tye, project admin and according to requirement i am able to export it as excel/PDF/World/XML. 

I am using JIRA version: 7.0.3

Please suggest.

 

 

1 answer

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 1, 2017

You can implement this custom report (like pretty much anything else that is generated from JIRA data) using these add-ons:

  1. For Excel: https://marketplace.atlassian.com/plugins/com.midori.jira.plugin.betterexcel/server/overview
  2. For PDF: https://marketplace.atlassian.com/plugins/com.midori.jira.plugin.pdfview/server/overview

You need to write a short Groovy script that loads all projects from ProjectManager and builds a category-to-projects multimap from those, then transform this to Excel or PDF. This is fairly trivial.

Suggest an answer

Log in or Sign up to answer