|
12195 | 12195 | ], |
12196 | 12196 | "category": "issues" |
12197 | 12197 | }, |
| 12198 | + { |
| 12199 | + "name": "IssueFieldValueFilter", |
| 12200 | + "id": "issuefieldvaluefilter", |
| 12201 | + "href": "/graphql/reference/issues#input-object-issuefieldvaluefilter", |
| 12202 | + "description": "<p>A filter for matching an issue field value. Exactly one value argument should be provided.</p>", |
| 12203 | + "inputFields": [ |
| 12204 | + { |
| 12205 | + "name": "dateValue", |
| 12206 | + "description": "<p>Matches a date issue field value (YYYY-MM-DD).</p>", |
| 12207 | + "type": "String", |
| 12208 | + "id": "string", |
| 12209 | + "href": "/graphql/reference/other#scalar-string" |
| 12210 | + }, |
| 12211 | + { |
| 12212 | + "name": "fieldId", |
| 12213 | + "description": "<p>The ID of the issue field to filter by. Exactly one of <code>fieldId</code> or <code>fieldName</code> must be provided.</p>", |
| 12214 | + "type": "ID", |
| 12215 | + "id": "id", |
| 12216 | + "href": "/graphql/reference/other#scalar-id" |
| 12217 | + }, |
| 12218 | + { |
| 12219 | + "name": "fieldName", |
| 12220 | + "description": "<p>The name of the issue field to filter by. Exactly one of <code>fieldId</code> or <code>fieldName</code> must be provided.</p>", |
| 12221 | + "type": "String", |
| 12222 | + "id": "string", |
| 12223 | + "href": "/graphql/reference/other#scalar-string" |
| 12224 | + }, |
| 12225 | + { |
| 12226 | + "name": "multiSelectOptionIds", |
| 12227 | + "description": "<p>Matches issues containing all of the multi-select issue field option IDs.</p>", |
| 12228 | + "type": "[ID!]", |
| 12229 | + "id": "id", |
| 12230 | + "href": "/graphql/reference/other#scalar-id" |
| 12231 | + }, |
| 12232 | + { |
| 12233 | + "name": "multiSelectOptionValues", |
| 12234 | + "description": "<p>Matches issues containing all of the multi-select issue field option names.</p>", |
| 12235 | + "type": "[String!]", |
| 12236 | + "id": "string", |
| 12237 | + "href": "/graphql/reference/other#scalar-string" |
| 12238 | + }, |
| 12239 | + { |
| 12240 | + "name": "numberValue", |
| 12241 | + "description": "<p>Matches a numeric issue field value.</p>", |
| 12242 | + "type": "Float", |
| 12243 | + "id": "float", |
| 12244 | + "href": "/graphql/reference/other#scalar-float" |
| 12245 | + }, |
| 12246 | + { |
| 12247 | + "name": "singleSelectOptionId", |
| 12248 | + "description": "<p>Matches a single-select issue field option by ID.</p>", |
| 12249 | + "type": "ID", |
| 12250 | + "id": "id", |
| 12251 | + "href": "/graphql/reference/other#scalar-id" |
| 12252 | + }, |
| 12253 | + { |
| 12254 | + "name": "singleSelectOptionValue", |
| 12255 | + "description": "<p>Matches a single-select issue field option by name.</p>", |
| 12256 | + "type": "String", |
| 12257 | + "id": "string", |
| 12258 | + "href": "/graphql/reference/other#scalar-string" |
| 12259 | + }, |
| 12260 | + { |
| 12261 | + "name": "textValue", |
| 12262 | + "description": "<p>Matches a text issue field value.</p>", |
| 12263 | + "type": "String", |
| 12264 | + "id": "string", |
| 12265 | + "href": "/graphql/reference/other#scalar-string" |
| 12266 | + } |
| 12267 | + ], |
| 12268 | + "category": "issues" |
| 12269 | + }, |
12198 | 12270 | { |
12199 | 12271 | "name": "IssueFilters", |
12200 | 12272 | "id": "issuefilters", |
|
12216 | 12288 | "id": "string", |
12217 | 12289 | "href": "/graphql/reference/other#scalar-string" |
12218 | 12290 | }, |
| 12291 | + { |
| 12292 | + "name": "issueFieldValues", |
| 12293 | + "description": "<p>List issues where each supplied issue field value filter matches.</p>", |
| 12294 | + "type": "[IssueFieldValueFilter!]", |
| 12295 | + "id": "issuefieldvaluefilter", |
| 12296 | + "href": "/graphql/reference/issues#input-object-issuefieldvaluefilter" |
| 12297 | + }, |
12219 | 12298 | { |
12220 | 12299 | "name": "labels", |
12221 | 12300 | "description": "<p>List issues where the list of label names exist on the issue.</p>", |
|
0 commit comments