We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9670d96 commit a6e3c92Copy full SHA for a6e3c92
apps/sim/blocks/blocks/jira.ts
@@ -183,15 +183,15 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
183
type: 'short-input',
184
required: true,
185
placeholder: 'Enter new summary for the issue',
186
- dependsOn: ['issueKey'],
+ dependsOn: ['projectId'],
187
condition: { field: 'operation', value: ['update', 'write'] },
188
},
189
{
190
id: 'description',
191
title: 'New Description',
192
type: 'long-input',
193
placeholder: 'Enter new description for the issue',
194
195
196
197
// Delete Issue fields
0 commit comments