Skip to content

Unable to get list of completed todos in a project #403

Description

@zcjhnsn

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> --completed

Same 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> -j

I'm able to get the list of completed todos right now but it is a two step process:

  1. call the above recordings command
  2. 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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions