diff --git a/server-plugins/time-resources/src/index.ts b/server-plugins/time-resources/src/index.ts index d4663f9542..20948b8c9e 100644 --- a/server-plugins/time-resources/src/index.ts +++ b/server-plugins/time-resources/src/index.ts @@ -596,9 +596,6 @@ async function changeIssueDataHandler (control: TriggerControl, issueId: Ref, control: TriggerContr res.push(...(await changeIssueStatusHandler(control, newStatus, tx.objectId))) } const name = tx.operations.title - const number = tx.operations.number - if (number !== undefined || name !== undefined) { + const space = tx.operations.space + if (space !== undefined || name !== undefined) { res.push(...(await changeIssueDataHandler(control, tx.objectId))) } return res