|
72 | 72 | }, |
73 | 73 | { |
74 | 74 | "value": "search", |
75 | | - "label": "Core: Search issues" |
| 75 | + "label": "Core: Search issues (Deprecated)" |
| 76 | + }, |
| 77 | + { |
| 78 | + "value": "search/jql", |
| 79 | + "label": "Core: Search issues (JQL)" |
76 | 80 | }, |
77 | 81 | { |
78 | 82 | "value": "project/versions", |
|
166 | 170 | "columnRole": "input_datasets_name", |
167 | 171 | "description": "Name of the column containing the JQL search strings", |
168 | 172 | "mandatory": true, |
169 | | - "visibilityCondition": "model.endpoint_name== 'search'" |
| 173 | + "visibilityCondition": "model.endpoint_name== 'search' || model.endpoint_name== 'search/jql'" |
170 | 174 | }, |
171 | 175 | { |
172 | 176 | "name": "id_column_name", |
|
232 | 236 | "name": "expand", |
233 | 237 | "label": "Expand", |
234 | 238 | "type": "MULTISELECT", |
235 | | - "visibilityCondition": "['search', 'board/issue', 'epic/none/issue'].indexOf(model.endpoint_name) >= 0", |
| 239 | + "visibilityCondition": "['search', 'search/jql', 'board/issue', 'epic/none/issue'].indexOf(model.endpoint_name) >= 0", |
236 | 240 | "selectChoices": [ |
237 | 241 | {"value": "changelog", "label": "Change logs"}, |
238 | 242 | {"value": "renderedFields", "label": "Rendered fields"}, |
|
264 | 268 | {"value": "issuesstatus", "label": "Issue status"}, |
265 | 269 | {"value": "operations", "label": "Operations"} |
266 | 270 | ] |
| 271 | + }, |
| 272 | + { |
| 273 | + "name": "fields", |
| 274 | + "label": "Fields", |
| 275 | + "type": "MULTISELECT", |
| 276 | + "visibilityCondition": "['search/jql'].indexOf(model.endpoint_name) >= 0", |
| 277 | + "selectChoices": [ |
| 278 | + {"value": "*all", "label": "All"}, |
| 279 | + {"value": "summary", "label": "Summary"}, |
| 280 | + {"value": "comment", "label": "Comments"}, |
| 281 | + {"value": "description", "label": "Description"} |
| 282 | + ] |
267 | 283 | } |
268 | 284 | ], |
269 | 285 | "resourceKeys": [] |
|
0 commit comments