You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: milestonedescription: If an `integer` is passed, it should refer to a milestone byits `number` field. If the string `*` is passed, issues with any milestoneare accepted. If the string `none` is passed, issues without milestonesare returned.in: queryrequired: falseschema:
type: string
Expected
The description says that the milestone parameter can also be a number
If an integer is passed, it should refer to a milestone by its number field. If the string * is passed, issues with any milestone are accepted. If the string none is passed, issues without milestones are returned.