Ask a question to get started
Enter to sendā¢Shift+Enter new line
Fetches a specific issue and its first 10 comments Parameters: issue_number(int): The number for the gitlab issue Returns: dict containing the issue's title, body, and comments as a string
dict
get_issue( self, issue_number: int, ) -> Dict[str, Any]