Skip to content

Feature: Add deadline and completed filters to list_milestones - #494

Merged
rafaeljusto merged 1 commit into
mainfrom
feature/milestone-filters
Aug 26, 2026
Merged

Feature: Add deadline and completed filters to list_milestones#494
rafaeljusto merged 1 commit into
mainfrom
feature/milestone-filters

Conversation

@rafaeljusto

Copy link
Copy Markdown
Contributor

Description

Adds due_after, due_before and show_completed, so a schedule check can filter in the request instead of paging through every milestone and filtering the reply.

show_completed defaults to true, unlike list_tasks: milestones come back in every state, so only an explicit false narrows the list. Needs SDK v1.26.0.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Testing

  • Tests pass locally (go test -v ./...)
  • Added/updated tests for new functionality

Checklist

  • Code follows project style guidelines
  • Self-reviewed the code
  • Added necessary documentation
  • No new warnings or errors

Adds due_after, due_before and show_completed, so a schedule check can filter
in the request instead of paging every milestone and filtering the reply.

show_completed defaults to true, unlike list_tasks: milestones come back in
every state, so only an explicit false narrows the list. Needs SDK v1.26.0.
@rafaeljusto
rafaeljusto requested a review from a team as a code owner August 26, 2026 19:57
@rafaeljusto
rafaeljusto merged commit df5c8aa into main Aug 26, 2026
4 checks passed
@rafaeljusto
rafaeljusto deleted the feature/milestone-filters branch August 26, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant