Hello,
I would like to add a column that displays (next to an epic) the number of children and childrens' sub-tasks that are currently due or past due. Is this possible?
Bonus if filtering by "assigned to me" only counts due & past-due currently assigned to me.
Hello @Frankie Sanchez ,
Something like this should work:
SUM#strict{duedate < today()}
In the example I am just looking for issues where the duedate was before today. It looks at the issues under the current and adds up the issues that meet the criteria.
You can adjust the piece inside {} to meet the criteria you are looking for.
Best,
David
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.