Fix quick action spec for `/promote` when passing project without group
Previously, we've passed the wrong project (top level `project` instead of `user_project`) to the `QuickActionsService` so the `condition` check passed, called `IssuePromoteService` which raised a `PromoteError`.
Showing
Please register or sign in to comment