diff --git a/plugins/tracker-resources/src/index.ts b/plugins/tracker-resources/src/index.ts index 086587f69e..b46bea9337 100644 --- a/plugins/tracker-resources/src/index.ts +++ b/plugins/tracker-resources/src/index.ts @@ -229,7 +229,7 @@ async function move (issues: Issue | Issue[]): Promise { async function editWorkflowStatuses (project: Project): Promise { const loc = getCurrentLocation() loc.path[2] = settingId - loc.path[3] = 'statuses' + loc.path[3] = 'spaceTypes' loc.path[4] = project.type navigate(loc) }