Skip to content

Feature/issue full fields#1

Merged
iatsiuk merged 14 commits into
iatsiuk:masterfrom
pvarganov:feature/issue-full-fields
Mar 10, 2026
Merged

Feature/issue full fields#1
iatsiuk merged 14 commits into
iatsiuk:masterfrom
pvarganov:feature/issue-full-fields

Conversation

@pvarganov
Copy link
Copy Markdown
Contributor

No description provided.

pvarganov and others added 14 commits March 10, 2026 12:57
Add trashed, timestamps (canceledAt, completedAt, startedAt, etc.),
SLA fields, branchName, customerTicketCount, creator, and cycle
to issue GraphQL query and Issue struct.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add Creator, Branch, Trashed, Cycle, timestamps (started, completed,
canceled, triaged, archived, auto-archived, auto-closed) and SLA fields
to printIssueDetail output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces single issueFields constant with issueListFields (compact,
for listings) and issueDetailFields (full, for single-issue views).
List queries no longer over-fetch detail-only fields.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Added number, customerTicketCount, slaHighRiskAt, slaMediumRiskAt,
startedTriageAt, snoozedUntilAt, addedToCycleAt, addedToProjectAt,
addedToTeamAt to printIssueDetail output with TDD (test first).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- use issueListFields in IssueCreate/UpdateMutation (callers use printIssueRow, not printIssueDetail)
- display Number and CustomerTicketCount unconditionally (non-null schema fields)
- fix column alignment: widen format from %-14s to %-15s to fit "Added to Cycle:"
- add missing timestamp/SLA fields to test fixture and assertions (10 fields were untested)
- add IssueBranchQuery to allQueries and detailQueries in TestIssueFieldsPresence; remove Create/UpdateMutation from detailQueries
- document list/detail field set pattern in CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@iatsiuk iatsiuk merged commit 6d660e4 into iatsiuk:master Mar 10, 2026
3 checks passed
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.

2 participants