THere doesn't appear to much flexible reporting capabilities in GreenHopper. I am trying to print out my product backlog, including supporting information like description. But it appears that you can't print it and you can't export it.
Is there a way to do this I am not aware of?
Hi Franci,
A specific JQL query I've had success with is:
project = "ABC" and issuetype in (standardIssueTypes()) and issuetype != Epic and status not in (Resolved,Closed) and Sprint not in (openSprints()) OR project = "ABC" and sprint is EMPTY and issuetype != Epic
Cheers,
paul
Hi Paul,
Tried to replicate your query but I am not able to exclude one of the Issue types and Status values. (substituted my project name with ABC for purposes of this message.
project = ABC AND issuetype in (standardIssueTypes()) AND issuetype not in (Epic, DevOps) AND status not in (Resolved, Closed, Done, Discarded) AND Sprint not in (openSprints()) OR project = SPR AND sprint is EMPTY AND issuetype != Epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Franci,
You can try the Intelligent Reports plugin. You can design your report in Microsoft Word and fill in data from JQL queries amongst others through simple point and click rules. Try it and see if it fits your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Franci,
I assume that you are talking about the new Rapid Board here.
Greenhopper is basically a plugin that using JQL functionality, every sprint, board and backlog are query based on JQL.
Hence you can go to JIRA issue navigator and query your sprint/backlog/board based on JQL and export it to Excel or Word format.
Cheers,
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.