diff --git a/apps/sim/blocks/blocks/jira.ts b/apps/sim/blocks/blocks/jira.ts index 532a3c1d792..54885e7111e 100644 --- a/apps/sim/blocks/blocks/jira.ts +++ b/apps/sim/blocks/blocks/jira.ts @@ -183,7 +183,7 @@ export const JiraBlock: BlockConfig = { type: 'short-input', required: true, placeholder: 'Enter new summary for the issue', - dependsOn: ['issueKey'], + dependsOn: ['projectId'], condition: { field: 'operation', value: ['update', 'write'] }, }, { @@ -191,7 +191,7 @@ export const JiraBlock: BlockConfig = { title: 'New Description', type: 'long-input', placeholder: 'Enter new description for the issue', - dependsOn: ['issueKey'], + dependsOn: ['projectId'], condition: { field: 'operation', value: ['update', 'write'] }, }, // Delete Issue fields