mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
Review follow-ups on the create-field shaping: - Seed only `reporter`. isVisibleJiraCreateField matches every required non-system field, so the previous filter also pre-filled required custom user pickers (Reviewer, Requested by) that Jira never defaults. - Skip the seed when the target project is on another site. The viewer comes from the active site, and the host shapes against the target's client, so a foreign accountId is rejected on Cloud and can silently resolve to a different person by username on Server/DC. - Render JiraUserPicker only for scalar user fields. It holds one user, so an array-of-user field collapsed to a single member; those keep the existing comma-separated text path, which still reaches toUserFieldValue's array branch. Adds docstrings across the touched Jira functions to satisfy the docstring-coverage pre-merge check. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HdMzQN6T3jRVahCK2sNyur