Ask a question to get started
Enter to sendā¢Shift+Enter new line
If integer is passed, it should be a milestone's number field. If the string '*' is passed, issues with any milestone are accepted. If the string 'none' is passed, issues without milestones are returned.
milestone: Union[int, Literal['*', 'none'], None] = None