// copied from https://github.com/magicsong/sonargo/blob/103eda7abc20bd192a064b6eb94ba26329e339f1/sonar/issues_service.go#L311
AdditionalFieldsstring`url:"additionalFields,omitempty"`// Description:"Comma-separated list of the optional fields to be returned in response. Action plans are dropped in 5.5, it is not returned in the response.",ExampleValue:""
Assignedstring`url:"assigned,omitempty"`// Description:"To retrieve assigned or unassigned issues",ExampleValue:""
Assigneesstring`url:"assignees,omitempty"`// Description:"Comma-separated list of assignee logins. The value '__me__' can be used as a placeholder for user who performs the request",ExampleValue:"admin,usera,__me__"
Authorsstring`url:"authors,omitempty"`// Description:"Comma-separated list of SCM accounts",ExampleValue:"torvalds@linux-foundation.org"
ComponentKeysstring`url:"componentKeys,omitempty"`// Description:"Comma-separated list of component keys. Retrieve issues associated to a specific list of components (and all its descendants). A component can be a portfolio, project, module, directory or file.",ExampleValue:"my_project"
ComponentRootUuidsstring`url:"componentRootUuids,omitempty"`// Description:"If used, will have the same meaning as componentUuids AND onComponentOnly=false.",ExampleValue:""
ComponentRootsstring`url:"componentRoots,omitempty"`// Description:"If used, will have the same meaning as componentKeys AND onComponentOnly=false.",ExampleValue:""
ComponentUuidsstring`url:"componentUuids,omitempty"`// Description:"To retrieve issues associated to a specific list of components their sub-components (comma-separated list of component IDs). This parameter is mostly used by the Issues page, please prefer usage of the componentKeys parameter. A component can be a project, module, directory or file.",ExampleValue:"584a89f2-8037-4f7b-b82c-8b45d2d63fb2"
Componentsstring`url:"components,omitempty"`// Description:"If used, will have the same meaning as componentKeys AND onComponentOnly=true.",ExampleValue:""
CreatedAfterstring`url:"createdAfter,omitempty"`// Description:"To retrieve issues created after the given date (inclusive). <br>Either a date (server timezone) or datetime can be provided. <br>If this parameter is set, createdSince must not be set",ExampleValue:"2017-10-19 or 2017-10-19T13:00:00+0200"
CreatedAtstring`url:"createdAt,omitempty"`// Description:"Datetime to retrieve issues created during a specific analysis",ExampleValue:"2017-10-19T13:00:00+0200"
CreatedBeforestring`url:"createdBefore,omitempty"`// Description:"To retrieve issues created before the given date (inclusive). <br>Either a date (server timezone) or datetime can be provided.",ExampleValue:"2017-10-19 or 2017-10-19T13:00:00+0200"
CreatedInLaststring`url:"createdInLast,omitempty"`// Description:"To retrieve issues created during a time span before the current time (exclusive). Accepted units are 'y' for year, 'm' for month, 'w' for week and 'd' for day. If this parameter is set, createdAfter must not be set",ExampleValue:"1m2w (1 month 2 weeks)"
Issuesstring`url:"issues,omitempty"`// Description:"Comma-separated list of issue keys",ExampleValue:"5bccd6e8-f525-43a2-8d76-fcb13dde79ef"
Languagesstring`url:"languages,omitempty"`// Description:"Comma-separated list of languages. Available since 4.4",ExampleValue:"java,js"
Psstring`url:"ps,omitempty"`// Description:"Page size. Must be greater than 0 and less or equal than 500",ExampleValue:"20"
Resolutionsstring`url:"resolutions,omitempty"`// Description:"Comma-separated list of resolutions",ExampleValue:"FIXED,REMOVED"
Resolvedstring`url:"resolved,omitempty"`// Description:"To match resolved or unresolved issues",ExampleValue:""
Rulesstring`url:"rules,omitempty"`// Description:"Comma-separated list of coding rule keys. Format is <repository>:<rule>",ExampleValue:"squid:AvoidCycles"
Severitiesstring`url:"severities,omitempty"`// Description:"Comma-separated list of severities",ExampleValue:"BLOCKER,CRITICAL"
SinceLeakPeriodstring`url:"sinceLeakPeriod,omitempty"`// Description:"To retrieve issues created since the leak period.<br>If this parameter is set to a truthy value, createdAfter must not be set and one component id or key must be provided.",ExampleValue:""
Statusesstring`url:"statuses,omitempty"`// Description:"Comma-separated list of statuses",ExampleValue:"OPEN,REOPENED"
Tagsstring`url:"tags,omitempty"`// Description:"Comma-separated list of tags.",ExampleValue:"security,convention"
Typesstring`url:"types,omitempty"`// Description:"Comma-separated list of types.",ExampleValue:"CODE_SMELL,BUG"
// copied from https://github.com/magicsong/sonargo/blob/master/sonar/measures_service.go#L53
AdditionalFieldsstring`url:"additionalFields,omitempty"`// Description:"Comma-separated list of additional fields that can be returned in the response.",ExampleValue:"periods,metrics"