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.
You can implement this custom report (like pretty much anything else that is generated from JIRA data) using these add-ons:
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.
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.