The business owner asked me to take a stab at prioritizing the backlog and upcoming sprints which I did using the new GreenHopper rapid board. Now, I would like to export it, maintaining the order I prioritized, and send it to him as an excel for review. I am primarily interested in exporting the stories, story points, and JIRA #. Could someone tell me how this is done?
Add ORDER by Rank to the JQL clause. Also instead of sending the Excel to your business owner, share the filter with in, so that your subsequent changes in the ordering is immediately available for him/her. Excels sheets in emails will cause unwanted confusion.
You saved my day Sir!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unless Excel is a must-have, the PDF View Plugin can export your sprints and backlog to PDF documents (which can even be a simple table).
The nicety in this is that:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was very interested in this as well. Apparently you can do it through the issue navigator using an advanced search and JQL. Here's my query for my open projects. You should be able to include epics in the query.
Click Issues tab at top > Search for issues then there is a link on the left window to Switch to advanced searchin
From there you will get a free form text field where you can enter the JQL statement to search for what you are looking for. Mine is below:
project = "projectname " and status not in (Closed, Resolved) and type=Story
Here's where some info is on JQL searching:
https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-FieldsReference
You can then configure the columns that Jira shows with what is needed for information or just export all available info into excel.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you - this definitely generates a list of all my issues in my current project which is helpful. However, what I am really looking for (and should have specified earlier) is to maintain the order in which I dragged and dropped my backlog items. There doesn't seem to be a data point for drag and drop ordering within the planning board. Ideally the query would read something like "Project = project name and type = story Ordered by = PLANNING BOARD" (Planning board being the the key here...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you ever figure out if/how you can do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Shift + Left click on the first issue followed by Left click on the last issue in the backlog-screen and than right click to export to Excel or other possibillities. See GreenHopper 6.2.2 release notes for more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works for me for backlog and upcoming sprints:
JQL =>
project = <projectname> and (sprint = empty or sprint in openSprints()) and issuetype in (list of issuetypes except subtypes and EPIC) and resolution is EMPTY ORDER BY Rank ASC
Then export it to excel...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira such a waste of time, not sure if Atlassian is trying to create an user friendly app so that Scrum Team and Scrum Master focus on delivery. Instead spend time unfolding the mystery of using Jira app. If given a chance I would like to recommend to create a user friendly robust application. Project Management and project management apps / tools are not new to industry, yet Jira is complex and waste of time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The notion of having to write custom JQL queries to export backlog items to Excel is....inelegant, to say the least. Additionally, the current export process inserts all sorts of iconography into the sheet which then has to be manually removed, line by line.
Maybe some day JIRA will take Agile Product Management and Software Development serious enough to solve some of these usability gaps and business workflow enablement concerns.
Product Managers, Product Owners and Project Managers (among others) need LESS time writing workarounds for feature gaps and complex JQL queries to get the info that they need.
JIRA's main popularity that spurred adoption is PRICE. I wonder how much effort those same organizations are spending doing idiotic customizations using JQL and form development - because that effort is a COST that should be included as organizations evaluate this product.
It almost seems as though the people who are doing product development at JIRA don't really have any experience using the product in mainstream business and IT scenarios.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create Excel reports from the backlog view (i.e from any sprint or the project backlog) and from the board using the Better Excel Plugin. In all cases, the manual ranking of the issues is also preserved in the Excel file.
See this tutorial: http://www.midori-global.com/products/jira-better-excel-plugin/documentation/integrations#jira-software
Or the video: https://www.youtube.com/watch?v=DRfGmCDgazQ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hjh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = <Project name> AND Sprint = "<Sprint 3>" AND issuetype = Story ORDER BY Rank
this works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira is still a mystery application for me , while Agile/Scrum is light weight Project Management Methodology, these folks at Atlassian have made it so complicated and difficult to use.
Not user friendly and lacks basic necessities and does not confirm to standard business practices across the organizations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1 for this
I would love to export this for reproting purposes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.