I have the following request body
{
"expand": [
"names",
"schema",
"changelog"
],
"jql": "project = DXBPBI",
"maxResults": 15,
"fieldsByKeys": false,
"fields": [
"summary",
"status",
"assignee",
"resolution"
],
"startAt": 0
}
When testing the operation of an action, i want to provide a list (eg:- ["name", "schema", "changelog"]) instead of string in the expand input box
When i enter the list and switch to raw body view, it wraps the whole list in double quotes.
Does anyone know how to provide the input in the form of a list?
Additonal info: The schema property for the expand property has a type field set to string by default. It does not have a list type. Does it mean that list input is not supported?
User | Count |
---|---|
158 | |
91 | |
67 | |
63 | |
63 |
User | Count |
---|---|
213 | |
157 | |
96 | |
86 | |
76 |