I am trying to create a 2 week look ahead report that has specific stories and tasks shown, I also need this shareable with ither users. What is the best way to create this? Would Structure be a good route and if so, how do I set it up?
Hi @Lindsay Cloudy,
My advice is to create this report as a dashboard in Jira and then share it with the users. the Alternatively, you could create the report as a page in Confluence.
Not sure what exactly do you want to cover in your report (report for Scrum, Kanban, Safe, ITSM?? projects), but on these articles on our blog you can find some examples of gadgets and reports created with a combination of Jira native gadgets and the gadgets offered by our Great Gadgets plugin:
This is an example:
I hope this helps.
Thank you,
Danut M.
Thank you kindly. I am looking into the links you provided. Appreciate you taking the time to respond.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lindsay Cloudy -- Welcome to the Atlassian Community!
Here are some follow-up questions to help narrow down on solution approaches:
Guessing some of your answers to those...
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the response. Everyone in the audience is a Jira user. They would like to see a story level issue with the "depends on" tasks that are due two weeks out. It would be nice for the report to either publish on a specific date and/or be able to refresh/update information in an instance.
I had used dashboards, but I don't think I am able to have the issues listed in hierarchy/waterfall...I thought that I might be able to via setting up something in structure, but am unfamiliar with how to do this properly.
Am I providing enough information? Thank you so much in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information.
Please note, I am just another Jira user, and do not work for any marketplace vendor. Onward...
Unfortunately there is no built-in hierarchical issue gadget for dashboards. I believe the addon described by Danut M in the other answer does have a gadget like that.
It would be possible to invert what you ask, by creating / saving a filter on any issues with due dates within your window. People could then subscribe to it for email updates and / or you could use a dashboard with the Filter Results gadget to show the issues, their due date, and any linked issues. For example:
project = myProjectName AND due <= startOfDay("+14d") AND issuelinkType = "Blocks" AND statusCategory != Done
Please adjust the date range and link type as needed.
To learn more about advanced JQL queries, please look here: https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/
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.