Skip to content

Releases: jcharette/jira-tui

v1.0.15

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:09
  • Fixed CLI and TUI toil creation so newly created toil tickets are assigned to the current Jira
    user before worklog, close, or sprint-tracking follow-ups.

v1.0.14

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:51
  • Added queries.default_team_field_id / queries.default_team_id / queries.default_team_name
    so toil tickets and board hygiene fixes can set the Jira Team field needed by Team-filtered
    boards.
  • Changed jira ticket check-board to apply the configured default Team for tickets that are in
    sprint but still filtered off the board, then re-check board visibility after the write.
  • Changed jira ticket check-board to report Epics that cannot appear as board issue cards as
    manual tracking notes instead of proposing Team/Sprint rewrites.
  • Changed Start Work and new toil-ticket creation to add tickets to the configured board's active
    sprint and verify board visibility when queries.default_board_id is set.

v1.0.12

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:49
  • Added a Developer Workbench detail section and developer-first Ticket Actions grouping so Start
    Work, Claude planning/review, comments, worklogs, and Jira open/copy actions are easier to find.
  • Tightened Developer Workbench into a compact cockpit summary for developer actions plus Comments,
    Worklog, Hierarchy, and Links state.
  • Reframed the ticket detail Workbench as a Ticket Dashboard with ownership, recent comment signal,
    and next-action rows.
  • Added a selected-ticket strip to the issue list so the initial screen shows the focused key,
    status, priority, owner, and next action.
  • Renamed the issue-list local filter chip to Status All/Active so it is not confused with the
    active Jira query filter.
  • Added board hygiene checks that warn on Epic-owned Sub-tasks, unassigned in-progress work, and
    missing active sprint membership.
  • Added jira ticket check-board [KEY] with current-user audit mode, prompted --fix, and
    script-friendly --yes.
  • Blocked direct Sub-task creation under Epics in the TUI and marked problematic hierarchy rows.

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:52
  • Reframed the active AI roadmap around polishing existing Claude workflows before provider-neutral
    provider expansion.
  • Added optional Claude-assisted Jira progress note drafting to jira commit, with fallback to the
    existing deterministic note.
  • Added optional Claude-assisted pull request text and final Jira note drafting to jira finish.
  • Added Claude ticket-detail Quality Review and Draft Comment actions.
  • Added optional read-only Claude Branch Plans to Start Work review before branch or Jira writes.
  • Added ctrl+r Claude refinement for local Create Ticket drafts before Jira creation.
  • Added ctrl+r Claude polish for local bug report title/body drafts before opening GitHub.
  • Added ctrl+r Claude refinement for local Add/Edit Comment drafts before Jira post/update.
  • Fixed reviewed UX gaps: Start Work now stops Jira writes after a required branch failure, Ticket
    Assist comment posting honors allow_jira_writes, Draft Comment uses its own feature flag, and
    keyboard/command docs match current shortcuts.
  • Added UX render snapshots for representative TUI states to catch help, footer, modal, and flow
    drift.

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:19
  • Fixed notification-center enter so it opens the selected ticket even when that ticket is not in
    the current loaded issue list.

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:10
  • Added quick toil-ticket accounting with a TUI T form plus jira ticket create-toil,
    jira ticket update-toil, jira ticket close-toil, and jira ticket toil for creation,
    worklog updates, picker-backed selection, and safe terminal transitions.

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 22 Jun 19:33
  • Added guided Ticket Assist sessions with parsed Open Questions, answer-driven refinement, loaded
    hierarchy context, and first-class subtask recommendation review for keep/add/modify/close child
    work after Summary and Description are applied.
  • Expanded ticket Overview descriptions by default and added simple Ticket Assist text selection
    with Shift+Arrow when available plus a ctrl+space fallback.

v1.0.7

Choose a tag to compare

@jcharette jcharette released this 22 Jun 15:18

Changes

  • Fixed Ticket Assist draft editing so typed letters stay in the editor; refine and comment actions now use ctrl+r and ctrl+c.

Verification

  • make check
  • make install-user
  • make docs-check

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:39
  • Fixed parent updates so retained issue detail and active-view caches reflect changed hierarchy state immediately.
  • Fixed time tracking detail behavior so Jira estimates are read from issue detail, prefilled in the editor, and patched locally after updates.

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 21 Jun 04:43
  • Added metadata-backed Ticket Actions for setting or clearing Parent and editing Time Tracking
    estimates when Jira edit metadata exposes those fields as editable.