Product Backlog Report

Franci Kursh February 26, 2013

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?

3 answers

3 votes
Paul Greig
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2013

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

HP July 22, 2020

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

0 votes
mwarton
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 10, 2013

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.

0 votes
vkharisma
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2013

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,

Suggest an answer

Log in or Sign up to answer