Skip to content

Commit 677c184

Browse files
Added default value for fields
1 parent ea751e7 commit 677c184

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python-connectors/jira/connector.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
"label": "Fields",
220220
"type": "MULTISELECT",
221221
"visibilityCondition": "['search/jql'].indexOf(model.endpoint_name) >= 0",
222+
"defaultValue": ["*all"],
222223
"selectChoices": [
223224
{"value": "*all", "label": "All"},
224225
{"value": "summary", "label": "Summary"},

0 commit comments

Comments
 (0)