Lines Matching full:issues
196 issue_comments = self._codesite_service.issues().comments()
212 issues = self._codesite_service.issues()
214 request = issues.get(projectId=self._project_name,
242 List issues containing the search marker. This method will only list
244 comments. Eg: if we're searching for the marker '123', issues that
255 @return: A json formatted python dict of all matching issues.
259 issues = self._codesite_service.issues()
261 # Asking for issues with None or '' labels will restrict the query
262 # to those issues without labels.
266 request = issues.list(projectId=self._project_name,
365 issues = self._codesite_service.issues()
366 request = issues.insert(projectId=self._project_name, sendEmail=True,
396 issues = self._codesite_service.issues()
397 request = issues.comments().insert(projectId=self._project_name,
428 Find all Tracker issues that contain the specified search text.
434 @param include_dupes: If True, search over both open issues as well as
435 closed issues whose status is 'Duplicate'. If False,
436 only search over open issues.
439 @return: A list of issues that contain the search text, or an empty list
440 when we're either unable to list issues or none match the text.
448 logging.error('Unable to search for issues with marker %s: %s',
458 # All valid issues will have an issue id we can use to retrieve
465 # For now passing all issues allows us to detect when
466 # deduping fails, because multiple issues will match a