We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f44b8 commit 7204b73Copy full SHA for 7204b73
apps/sim/blocks/blocks/jira_service_management.ts
@@ -100,6 +100,19 @@ export const JiraServiceManagementBlock: BlockConfig<JsmResponse> = {
100
title: 'Service Desk ID',
101
type: 'short-input',
102
placeholder: 'Enter service desk ID',
103
+ required: {
104
+ field: 'operation',
105
+ value: [
106
+ 'get_request_types',
107
+ 'create_request',
108
+ 'get_customers',
109
+ 'add_customer',
110
+ 'get_organizations',
111
+ 'add_organization',
112
+ 'get_queues',
113
+ 'get_request_type_fields',
114
+ ],
115
+ },
116
condition: {
117
field: 'operation',
118
value: [
0 commit comments