Lines Matching refs:issue
433 issue = reporter.find_issue_by_marker(BUG_ANCHOR)
434 if not issue:
436 if issue.id in old_issue_ids:
437 raise TestPushException('Failed to close issue %d' % issue.id)
438 old_issue_ids.append(issue.id)
439 reporter.modify_bug_report(issue.id,
454 issue = reporter.find_issue_by_marker(BUG_ANCHOR)
455 if not issue:
458 if old_issue_ids and issue.id in old_issue_ids:
460 'id of the old issue found is %d.' % issue.id)
461 if not ('%s2' % reporter.AUTOFILED_COUNT) in issue.labels:
464 (issue.id, issue.labels))
466 reporter.modify_bug_report(issue.id,
472 ids = '%d, %d' % (issue.id, second_issue.id)
475 print 'Issue %d was filed and deduped successfully.' % issue.id