Files
multica/server/internal
Jiang Bohan 80956e71b6 fix(handler): add cycle detection to BatchUpdateIssues parent_issue_id handling
BatchUpdateIssues was missing the ancestor-walk cycle detection that
single UpdateIssue has. This allowed creating circular parent
relationships (e.g. A→B→A) via the batch API. Added the same
depth-limited walk (up to 10 ancestors) to detect and skip issues
that would create cycles, consistent with UpdateIssue behavior.
2026-04-12 23:01:41 +08:00
..
2026-03-31 16:25:20 +08:00