From 84b3c58017ebd3d98d3eab6b4d6b4950e84c13f8 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Thu, 12 Mar 2026 13:52:37 -0700 Subject: [PATCH] fix(jira): remove unnecessary projectId dependency from manualIssueKey Issue keys are self-sufficient identifiers in Jira (e.g., PROJ-123). The manualIssueKey field is a text input where users type the key directly, so it should not depend on projectId/manualProjectId. This dependency caused the field to clear unnecessarily when the project selection changed. Co-Authored-By: Claude Opus 4.6 --- apps/sim/blocks/blocks/jira.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/blocks/blocks/jira.ts b/apps/sim/blocks/blocks/jira.ts index a75b7c7b85..82f118cf21 100644 --- a/apps/sim/blocks/blocks/jira.ts +++ b/apps/sim/blocks/blocks/jira.ts @@ -165,7 +165,7 @@ export const JiraBlock: BlockConfig = { type: 'short-input', canonicalParamId: 'issueKey', placeholder: 'Enter Jira issue key', - dependsOn: ['credential', 'domain', 'projectId', 'manualProjectId'], + dependsOn: ['credential', 'domain'], condition: { field: 'operation', value: [