mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-13 21:30:46 +02:00
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.