We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e6471 commit a6419e2Copy full SHA for a6419e2
src/version3/parameters/searchAndReconsileIssuesUsingJqlPost.ts
@@ -25,16 +25,16 @@ export interface SearchAndReconsileIssuesUsingJqlPost {
25
| 'versionedRepresentations'
26
| string
27
| (
28
- | 'renderedFields'
29
- | 'names'
30
- | 'schema'
31
- | 'transitions'
32
- | 'operations'
33
- | 'editmeta'
34
- | 'changelog'
35
- | 'versionedRepresentations'
36
- | string
37
- )[];
+ | 'renderedFields'
+ | 'names'
+ | 'schema'
+ | 'transitions'
+ | 'operations'
+ | 'editmeta'
+ | 'changelog'
+ | 'versionedRepresentations'
+ | string
+ )[];
38
/**
39
* A list of fields to return for each issue. Use it to retrieve a subset of fields. This parameter accepts a
40
* comma-separated list. Expand options include:
0 commit comments