We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a4415 commit 470e904Copy full SHA for 470e904
1 file changed
apps/sim/blocks/blocks/jira.ts
@@ -72,6 +72,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
72
type: 'short-input',
73
layout: 'full',
74
placeholder: 'Enter Jira project ID',
75
+ dependsOn: ['credential', 'domain'],
76
mode: 'advanced',
77
},
78
// Issue selector (basic mode)
@@ -94,6 +95,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
94
95
96
97
placeholder: 'Enter Jira issue key',
98
+ dependsOn: ['credential', 'domain', 'projectId'],
99
condition: { field: 'operation', value: ['read', 'update'] },
100
101
0 commit comments