Add additive issue edit labels and assignees #104

Merged
stephen merged 1 commit from feat/98-issue-edit-labels into main 2026-06-11 00:12:35 +00:00
Owner

Summary

  • add repeatable comma-delimited fj issue edit flags for adding/removing labels and assignees
  • route label edits through the issue label endpoints using the existing name-to-ID resolver
  • route assignee edits through the issue assignee add/remove endpoints
  • cover the dedicated label and assignee endpoint calls with wiremock tests

Tests

  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all

Fixes rasterstate/fj#98

## Summary - add repeatable comma-delimited `fj issue edit` flags for adding/removing labels and assignees - route label edits through the issue label endpoints using the existing name-to-ID resolver - route assignee edits through the issue assignee add/remove endpoints - cover the dedicated label and assignee endpoint calls with wiremock tests ## Tests - `cargo fmt --check` - `cargo clippy --all-targets --all-features -- -D warnings` - `cargo test --all` Fixes rasterstate/fj#98
Add additive issue edit labels and assignees
All checks were successful
ci / check (pull_request) Successful in 9m40s
ci / live-e2e (pull_request) Successful in 1m47s
ci / coverage (pull_request) Successful in 1m56s
4ecfa6cc52
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/fj!104
No description provided.