Filter for grabbing one task per file #1799
Unanswered
nicky-johnson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Interesting idea. I am unsure how the selection of the first task in the file would be identified, given the current default sort order. However, if #1674 were implemented, you could do this by grouping by |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case: I have x amount of files, and want to see the next action per file (i.e. at the top of my list), essentially limiting the query to 1 item per file.
For eg:
File 1
File 2
Tasks
As I close off tasks, the next item on the list is pulled through. So after closing Test 1 [File 1], I get Test 2 [File 1] pulled through to Tasks.
Is this currently achievable?
Beta Was this translation helpful? Give feedback.
All reactions