report subtasks due dates

Stefan Machielse November 2, 2017

I have made several stories (with due dates), with subtasks (with due dates).

How can I put subtasks in a Sprint?

How Can I make a report  showing stories/due dates AND subtasks / due dates?

Thx in advance.

 

2 answers

1 vote
Jeremy M
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.
November 2, 2017

Dear Stefan,

As for your first question; Sub-tasks come with an Issue/Story, they should be automatically included with your parent Issue. Why would you want them tracked separately?

And for the reporting question;

You could make a Issue Filter with JQL and put it on a Dashboard Filter Gadget;

issuetype in (Story,Sub-task) AND duedate is not EMPTY

The above JQL will give you all Stories and Sub-tasks which have a duedate set.

Friendly Regards,

Jeremy Mooiman

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 2, 2017

Subtasks belong to their parent issue because they are part of it.  If the parent issue is in a sprint, then the subtasks are as well because they are part of it.

The most simple "report" is a search for issues in the issue navigator.  Include the due date in the columns selected for display (there's a fields/columns config button towards the top right of the screen)

Suggest an answer

Log in or Sign up to answer