Bulk-updates matched item sets with dry-run previews and rollback checkpoints for safe large-scale metadata changes.
|
--filter-status <value>
|
Filter by status before applying updates |
|
--filter-type <value>
|
Filter by item type before applying updates |
|
--filter-tag <value>
|
Filter by tag before applying updates |
|
--filter-priority <value>
|
Filter by priority before applying updates |
|
--filter-deadline-before <value>
|
Filter by deadline upper bound before applying updates |
|
--filter-deadline-after <value>
|
Filter by deadline lower bound before applying updates |
|
--filter-updated-after <value>
|
Filter by updated_at lower bound before applying updates (ISO/relative) |
|
--filter-updated-before <value>
|
Filter by updated_at upper bound before applying updates (ISO/relative) |
|
--filter-created-after <value>
|
Filter by created_at lower bound before applying updates (ISO/relative) |
|
--filter-created-before <value>
|
Filter by created_at upper bound before applying updates (ISO/relative) |
|
--filter-assignee <value>
|
Filter by assignee before applying updates |
|
--filter-assignee-filter <value>
|
Filter assignee presence: assigned|unassigned before applying updates |
|
--filter-parent <value>
|
Filter by parent item ID before applying updates |
|
--filter-sprint <value>
|
Filter by sprint before applying updates |
|
--filter-release <value>
|
Filter by release before applying updates |
|
--filter-ac-missing
|
Select only items missing acceptance_criteria (bulk backfill) |
|
--filter-estimates-missing
|
Select only items missing estimated_minutes (bulk backfill) |
|
--filter-resolution-missing
|
Select only terminal items missing resolution (bulk backfill) |
|
--filter-metadata-missing
|
Select only items missing any tracked metadata (AC, estimate, or resolution) |
|
--filter-has-notes
|
Select only items that have notes before applying updates |
|
--filter-no-notes
|
Select only items that have no notes before applying updates |
|
--filter-has-learnings
|
Select only items that have learnings before applying updates |
|
--filter-no-learnings
|
Select only items that have no learnings before applying updates |
|
--filter-has-files
|
Select only items that have linked files before applying updates |
|
--filter-no-files
|
Select only items that have no linked files before applying updates |
|
--filter-has-docs
|
Select only items that have linked docs before applying updates |
|
--filter-no-docs
|
Select only items that have no linked docs before applying updates |
|
--filter-has-tests
|
Select only items that have linked tests before applying updates |
|
--filter-no-tests
|
Select only items that have no linked tests before applying updates |
|
--filter-has-comments
|
Select only items that have comments before applying updates |
|
--filter-no-comments
|
Select only items that have no comments before applying updates |
|
--filter-has-deps
|
Select only items that have dependencies before applying updates |
|
--filter-no-deps
|
Select only items that have no dependencies before applying updates |
|
--filter-has-body
|
Select only items that have a non-empty body before applying updates |
|
--filter-empty-body
|
Select only items with an empty body before applying updates |
|
--filter-has-linked-command
|
Select only items whose linked tests carry a runnable command before applying updates |
|
--filter-no-linked-command
|
Select only items whose linked tests carry no runnable command before applying updates |
|
--filter-reviewer-missing
|
Select only items missing reviewer before applying updates |
|
--filter-risk-missing
|
Select only items missing risk before applying updates |
|
--filter-confidence-missing
|
Select only items missing confidence before applying updates |
|
--filter-sprint-missing
|
Select only items missing sprint before applying updates |
|
--filter-release-missing
|
Select only items missing release before applying updates |
|
--ids <value>
|
Restrict to an explicit comma-separated ID allowlist (intersected with other filters) |
|
--limit <n>
|
Limit matched item count before apply/preview |
|
--offset <n>
|
Skip first n matched rows before apply/preview |
|
--dry-run
|
Preview per-item diffs and checkpoint intent without mutating |
|
--rollback <value>
|
Rollback a prior update-many checkpoint ID |
|
--no-checkpoint
|
Disable checkpoint creation during apply mode |
|
--title, -t <value>
|
Set title |
|
--description, -d <value>
|
Set description |
|
--body, -b <value>
|
Set body (allow empty string) |
|
--status, -s <value>
|
Set status (use close command for closed) |
|
--priority, -p <value>
|
Set priority |
|
--type <value>
|
Set type |
|
--tags <value>
|
Set comma-separated tags (replaces existing). Use --add-tags / --remove-tags to mutate additively. |
|
--add-tags <value>
|
Add tags additively without replacing existing (repeatable; CSV accepted) |
|
--remove-tags <value>
|
Remove tags from the existing list (repeatable; CSV accepted) |
|
--deadline <value>
|
Set deadline (ISO/date string or relative) |
|
--estimate, --estimated-minutes <value>
|
Set estimated minutes |
|
--acceptance-criteria <value>
|
Set acceptance criteria |
|
--definition-of-ready <value>
|
Set definition of ready |
|
--order <value>
|
Set planning order/rank integer |
|
--goal <value>
|
Set goal identifier |
|
--objective <value>
|
Set objective identifier |
|
--value <value>
|
Set business value summary |
|
--impact <value>
|
Set business impact summary |
|
--outcome <value>
|
Set expected outcome summary |
|
--why-now <value>
|
Set why-now rationale |
|
--assignee <value>
|
Set assignee |
|
--parent <value>
|
Set parent item ID |
|
--reviewer <value>
|
Set reviewer |
|
--risk <value>
|
Set risk level |
|
--confidence <value>
|
Set confidence level |
|
--sprint <value>
|
Set sprint identifier |
|
--release <value>
|
Set release identifier |
|
--blocked-by <value>
|
Set blocked-by item ID or reason |
|
--blocked-reason <value>
|
Set blocked reason |
|
--unblock-note <value>
|
Set unblock rationale note |
|
--reporter <value>
|
Set issue reporter |
|
--severity <value>
|
Set issue severity |
|
--environment <value>
|
Set issue environment context |
|
--repro-steps <value>
|
Set issue reproduction steps |
|
--resolution <value>
|
Set issue resolution summary |
|
--expected-result <value>
|
Set issue expected behavior |
|
--expected <value>
|
Short alias for --expected-result |
|
--actual-result <value>
|
Set issue observed behavior |
|
--actual <value>
|
Short alias for --actual-result |
|
--affected-version <value>
|
Set affected version identifier |
|
--fixed-version <value>
|
Set fixed version identifier |
|
--component <value>
|
Set issue component ownership |
|
--regression <value>
|
Set regression marker: true|false|1|0 |
|
--customer-impact <value>
|
Set customer impact summary |
|
--dep <value>
|
Add dependency entry id=<id>,kind=<kind>,author=<author>,created_at=<timestamp> |
|
--dep-remove <value>
|
Remove dependency entries by id/kind/author/timestamp signature |
|
--replace-deps
|
Atomically replace dependency entries with provided --dep values |
|
--replace-tests
|
Atomically replace linked tests with provided --test values |
|
--comment <value>
|
Add comment seed author=<value>,created_at=<iso|now>,text=<value> |
|
--note <value>
|
Add note seed author=<value>,created_at=<iso|now>,text=<value> |
|
--learning <value>
|
Add learning seed author=<value>,created_at=<iso|now>,text=<value> |
|
--file <value>
|
Add linked file path=<value>,scope=<project|global>,note=<text> |
|
--test <value>
|
Add linked test command=<value>,path=<value>,scope=<project|global> |
|
--doc <value>
|
Add linked doc path=<value>,scope=<project|global>,note=<text> |
|
--reminder <value>
|
Add reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text> |
|
--event <value>
|
Add event entry start=<iso|relative>,end=<iso|relative>,recur_* |
|
--type-option <value>
|
Set type options key=value (repeatable) |
|
--unset <field>
|
Clear scalar metadata field by name (repeatable) |
|
--clear-deps
|
Clear dependency entries |
|
--clear-comments
|
Clear comments |
|
--clear-notes
|
Clear notes |
|
--clear-learnings
|
Clear learnings |
|
--clear-files
|
Clear linked files |
|
--clear-tests
|
Clear linked tests |
|
--clear-docs
|
Clear linked docs |
|
--clear-reminders
|
Clear reminders |
|
--clear-events
|
Clear events |
|
--clear-type-options
|
Clear type options |
|
--allow-audit-update
|
Allow non-owner metadata-only audit updates without requiring --force |
|
--allow-audit-dep-update
|
Allow non-owner append-only dependency updates without requiring --force |
|
--author <value>
|
Mutation author |
|
--message <value>
|
Mutation message |
|
--force
|
Force ownership override |