feat: --estimate flag on issues create and issues update#91
feat: --estimate flag on issues create and issues update#91flipbit03 merged 4 commits intoflipbit03:mainfrom
--estimate flag on issues create and issues update#91Conversation
|
@lightstrike column alignment needs to be fixed in some places. |
39ae365 to
6f9d002
Compare
|
@flipbit03 Ready for review again — rebased onto main and fixed the column alignment in usage.rs. All CI checks passing. |
6f9d002 to
17a66e5
Compare
Add estimate to IssueDetail so it appears in `issues read` JSON and human output. Without this, setting --estimate on create/update had no way to be verified via the CLI.
|
Hey @lightstrike — I rebased onto the latest main (which now includes PR #88), resolved the conflicts, and pushed. I also made a few improvements: Fixes applied:
Smoke tests confirmed:
Follow-up issue: While reviewing the output, we noticed All 51 online tests passing. Ready to merge! |
Summary
--estimate/-eflag toissues createandissues updatecommandsIssueCreateInputandIssueUpdateInputissues updateto include--estimate[-e N]tolineark usagefor both commandsTest plan
cargo clippy --workspace -- -D warningscleancargo fmt --checkcleancargo test --workspace— 67 offline tests pass (3 new)lineark issues create "Test" --team ENG --estimate 3lineark issues update ENG-xxx --estimate 5