Versions in this module Expand all Collapse all v0 v0.14.0 May 7, 2026 v0.13.0 May 6, 2026 v0.12.1 May 6, 2026 v0.12.0 Apr 26, 2026 v0.11.0 Apr 24, 2026 v0.10.0 Apr 23, 2026 v0.9.0 Apr 22, 2026 Changes in this version type IssuesOptions + Branch string v0.8.2 Apr 21, 2026 v0.8.1 Apr 21, 2026 v0.8.0 Apr 21, 2026 Changes in this version + func NewCmdIssues(f *cmdutil.Factory, runF func(*IssuesOptions) error) *cobra.Command + type IssuesOptions struct + Asc bool + IO *iostreams.IOStreams + OutputFormat string + Page int + PageSize int + Project string + PullRequest string + Resolved bool + RestClient func() (*restapi.ClientWithResponses, error) + Severities []string + Sort string + Statuses []string + Types []string + func (o *IssuesOptions) Normalized() portal.SonarIssuesParams