feat(issues): custom status definitions with automated actions (#502) #503

Merged
jmiller merged 1 commits from feat/502-custom-issue-statuses into dev 2026-06-06 14:13:40 +00:00
Owner

Summary

  • Add org-level custom issue status definitions (name, color, closes_issue flag)
  • Org settings UI for managing statuses at /settings/issue-statuses
  • Issue sidebar dropdown for selecting status with auto-submit
  • Automatic close/reopen when selecting a status with closes_issue=true
  • Migration v346 adding issue_status_def table + status_id on issues

Closes #502

Test Plan

  • Org settings page renders
  • Creating statuses works
  • Status dropdown in issue sidebar
  • Auto close/reopen
  • Delete status clears references

Authored by Jonathan Miller (@jmiller)

## Summary - Add org-level custom issue status definitions (name, color, closes_issue flag) - Org settings UI for managing statuses at /settings/issue-statuses - Issue sidebar dropdown for selecting status with auto-submit - Automatic close/reopen when selecting a status with closes_issue=true - Migration v346 adding issue_status_def table + status_id on issues Closes #502 ## Test Plan - [x] Org settings page renders - [x] Creating statuses works - [x] Status dropdown in issue sidebar - [ ] Auto close/reopen - [ ] Delete status clears references --- *Authored by Jonathan Miller (@jmiller)*
jmiller added 1 commit 2026-06-06 13:43:56 +00:00
feat(issues): custom status definitions with automated actions (#502)
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Repo Health / Access control (pull_request) Successful in 1s
PR RC Release / Build RC Release (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request) Failing after 27s
c568e199ed
Add org-level custom issue status definitions that appear in the issue
sidebar. Each status has a name, color, description, and an optional
"closes issue" flag that automatically closes/reopens the issue when
the status is selected.

Includes:
- IssueStatusDef model with CRUD operations
- Migration v346 adding issue_status_def table + status_id on issues
- Org settings UI for managing statuses
- Issue sidebar dropdown for selecting status
- Auto close/reopen when status has closes_issue flag

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit 7e615516eb into dev 2026-06-06 14:13:40 +00:00
jmiller deleted branch feat/502-custom-issue-statuses 2026-06-06 14:13:40 +00:00
Sign in to join this conversation.