Optionalparameters: { maxResults?: number; projectIds?: number[]; query?: string; startAt?: number }
OptionalmaxResults?: numberHow many results on the page should be included. Defaults to 100
OptionalprojectIds?: number[]The list of project ids to filter priorities
Optionalquery?: stringQuery that should match priority name or its translation
OptionalstartAt?: numberThe page offset, if not specified then defaults to 0
Optionaloptions: RequestOptions
Returns a page with list of issue priorities whose names (or their translations) match query