I have an advanced roadmap for tracking work across a number of separate boards. I want to create a filter in the timeline view where I can see all the items (down to the subtask level) which have due dates in the next two weeks (or by x date). Is there currently a way to easily do this? Timeline filters in plans seem limited in function.
@henry_bersani you've hit one of the genuine limitations of Plans filters. The timeline view doesn't support a direct "due date is within the next X days" filter - you can only adjust the date range the viewport shows, or filter by sprint/release as @Walter Buggenhout mentioned. Neither maps cleanly to "give me everything due in the next two weeks."
Your duplicated-plan approach is a reasonable workaround. A few thoughts to make it more maintainable:
due <= 2w AND resolution is EMPTY) and the plan picks up the updated results automatically — no need to change the plan itself every two weeks.due <= endOfDay("+14d") AND resolution is EMPTY AND issuetype in subTaskIssueTypes() will target subtasks specifically, though Plans may still roll them up under their parents depending on your hierarchy settings.due-soon) can get you part of the way there.The underlying feature gap - a native "due within N days" timeline filter - is something worth upvoting in the Atlassian suggestions portal.
Cheers,
Ivan
@henry_bersani one more option worth mentioning, in case the duplicated-plan approach becomes unwieldy over time.
If you're open to solutions from the Atlassian Marketplace, JXL for Jira gives you a hierarchical list view across multiple projects where you can filter directly on due date - including relative filters like "due in the next 14 days." The view shows the full parent-child structure (epic → story → subtask) so you see overdue or upcoming items in context, without needing to maintain a duplicate plan.
It's not a Gantt timeline, so if the visual bar chart is essential to your workflow it won't replace Plans entirely. But for the "what's due soon across all my boards" question it's a more direct answer than workarounding Plan filters.
Disclosure: I work for the team that builds JXL.
Cheers,
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @henry_bersani,
Not exactly on due date. Although there's a number of things you can do as a sort of workaround:
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.
Thanks @Walter Buggenhout
Date range didn't work for some reason even though configured date fields are start and due date. Boards are split across different teams so they have different sprints, and we don't use releases for this work.
I think I have a workaroudn though. I've duplicated the plan and applied a source filter that includes the labels all the work items use and a defined delivery date which I'll change every couple of weeks for reporting purposes. This seems to be working and my understanding is that changes to the issues wil be carried over to the duplicate plan.
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.