Extract the issue title, body and comments from a GitLab issue in markdown.

get_issue_content(url = NULL, project_number, issue_number, .token,
  .api_url)

Arguments

url

GitLab issue URL.

project_number

The project Number. If the url is NULL.

issue_number

The issue Number. If the url is NULL.

.token

GitLab access token path you save.

.api_url

The IP address, if the GitLab is internal.