Skip to content

feat(issues): add --estimate to issues update#41

Open
moredatarequired wants to merge 1 commit intoczottmann:mainfrom
moredatarequired:update-issues-points
Open

feat(issues): add --estimate to issues update#41
moredatarequired wants to merge 1 commit intoczottmann:mainfrom
moredatarequired:update-issues-points

Conversation

@moredatarequired
Copy link

@moredatarequired moredatarequired commented Jan 30, 2026

Summary

Adds --estimate and --clear-estimate options to the issues update command, allowing users to set or clear point estimates on issues.

Changes

  • Added --estimate <points> option to set point estimate
  • Added --clear-estimate option to clear existing estimate
  • Added validation to prevent using both flags together
  • Updated UpdateIssueArgs type to allow null for clearing

Usage

# Set estimate
linearis issues update ABC-123 --estimate 5

# Clear estimate
linearis issues update ABC-123 --clear-estimate

@moredatarequired moredatarequired changed the title feat(issues): add --estimate flag to update command feat(issues): add --estimate to issue update Jan 30, 2026
@moredatarequired moredatarequired changed the title feat(issues): add --estimate to issue update feat(issues): add --estimate to issues update Jan 30, 2026
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