fix(jira): remove unnecessary projectId dependency from manualIssueKey (#3547)

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.
This commit is contained in:
Waleed
2026-03-12 14:08:48 -07:00
committed by GitHub
parent e7b4da2689
commit fdd587d6af

View File

@@ -165,7 +165,7 @@ export const JiraBlock: BlockConfig<JiraResponse> = {
type: 'short-input',
canonicalParamId: 'issueKey',
placeholder: 'Enter Jira issue key',
dependsOn: ['credential', 'domain', 'projectId', 'manualProjectId'],
dependsOn: ['credential', 'domain'],
condition: {
field: 'operation',
value: [