Skip to content

Add created_at option for cards and comments#11

Merged
robzolkos merged 1 commit intomasterfrom
add-created-at-option
Dec 11, 2025
Merged

Add created_at option for cards and comments#11
robzolkos merged 1 commit intomasterfrom
add-created-at-option

Conversation

@robzolkos
Copy link
Copy Markdown
Collaborator

Summary

  • Added --created_at option to card create and card update commands
  • Added --created_at option to comment create and comment update commands
  • Fixed card list filters to use correct API parameter names (board_ids[], tag_ids[], assignee_ids[])
  • Removed unsupported --column filter from card list

The created_at option accepts ISO 8601 timestamps and allows backdating cards/comments for data imports.

Test plan

  • bundle exec rake test - all 107 tests pass
  • Real API test: fizzy card create --created_at="2020-06-15T10:30:00Z" creates card with that timestamp
  • Real API test: fizzy card update --created_at="2019-01-01T00:00:00Z" updates card timestamp
  • Real API test: fizzy comment create --created_at="2018-05-20T15:45:00Z" creates comment with that timestamp
  • Real API test: fizzy comment update --created_at="2017-01-01T00:00:00Z" updates comment timestamp
  • Real API test: Board filter now works correctly with board_ids[] param

Adds --created_at option to card create/update and comment create/update
commands. This allows setting custom timestamps for data imports.

Also fixes card list filters to use correct API parameter names:
- board_id → board_ids[]
- tag_id → tag_ids[]
- assignee_id → assignee_ids[]
- Removed unsupported column filter

Tested against real API - all features work correctly.
@robzolkos robzolkos merged commit 88ff53a into master Dec 11, 2025
1 check passed
@robzolkos robzolkos deleted the add-created-at-option branch December 11, 2025 22:12
waynemsmith added a commit to Concurrent-Systems/fizzy-cli that referenced this pull request Mar 28, 2026
waynemsmith added a commit to Concurrent-Systems/fizzy-cli that referenced this pull request Mar 28, 2026
…in-comments

feat: resolve @mentions in comments and descriptions
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