Skip to content

Commit 470e904

Browse files
committed
fix jira
1 parent f9a4415 commit 470e904

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/blocks/blocks/jira.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
7272
type: 'short-input',
7373
layout: 'full',
7474
placeholder: 'Enter Jira project ID',
75+
dependsOn: ['credential', 'domain'],
7576
mode: 'advanced',
7677
},
7778
// Issue selector (basic mode)
@@ -94,6 +95,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
9495
type: 'short-input',
9596
layout: 'full',
9697
placeholder: 'Enter Jira issue key',
98+
dependsOn: ['credential', 'domain', 'projectId'],
9799
condition: { field: 'operation', value: ['read', 'update'] },
98100
mode: 'advanced',
99101
},

0 commit comments

Comments
 (0)