class Gitlab::QA::Report::GitlabIssueClient

def abort_not_permitted

def abort_not_permitted
  abort "You must have at least Maintainer access to the project to use this feature."
end