Skip to content

CmdList is hardcoded to 500 results. #10

Closed
@mikepea

Description

@mikepea

Noticed this whilst looking thru the commands.go

json, err := jsonEncode(map[string]interface{}{¬
     "jql":        query,
     "startAt":    "0",
     "maxResults": "500",
     "fields":     fields,
})

I know we have projects with more than this open, so it would be great to expose this as an option.

(NB: i plan to submit a PR for this!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions