fix(mcp): deduplicate issue creation and add status/priority fields #521

Merged
jmiller merged 1 commits from fix/mcp-dedup-priority into dev 2026-06-06 17:40:05 +00:00
Owner

Prevents duplicate issues, adds status_id/priority_id params.


Authored by Jonathan Miller (@jmiller)

Prevents duplicate issues, adds status_id/priority_id params. --- *Authored by Jonathan Miller (@jmiller)*
jmiller added 1 commit 2026-06-06 17:39:55 +00:00
fix(mcp): deduplicate issue creation and add status/priority fields
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
Generic: Repo Health / Site Health (pull_request) Has been skipped
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
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 3s
Universal: PR Check / Validate PR (pull_request) Failing after 7s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || 'development' }}) (pull_request) Failing after 25s
65432aaec6
- gitea_issue_create searches by title before creating to prevent duplicates
- If duplicate found, updates existing issue instead
- Added status_id and priority_id parameters to issue create
- Status and priority set via dedicated endpoints after create/update
jmiller merged commit d32074581d into dev 2026-06-06 17:40:05 +00:00
jmiller deleted branch fix/mcp-dedup-priority 2026-06-06 17:40:06 +00:00
Sign in to join this conversation.