-
Notifications
You must be signed in to change notification settings - Fork 8
Unable to get list of completed todos in a project #403
Copy link
Copy link
Open
Description
I am trying to get a list of all completed todos in a project.
When running the following, the cli always returns 0 todos:
basecamp todos list -p <project-id> --completedSame goes for using --status completed instead of the shorthand.
The recordings command would be helpful, but there's no completed field, just status: active
basecamp recordings todos -p <project-id> -jI'm able to get the list of completed todos right now but it is a two step process:
- call the above
recordingscommand - loop through all todo ids and call
basecamp todo show <todo_id>for each todo
It would be immensely helpful if either (or both!) of these commands respected the --completed flag or returned the completion status.
Thanks for the hard work on the cli!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels