get_issue_content.RdExtract the issue title, body and comments from a GitLab issue in markdown.
get_issue_content(url = NULL, project_number, issue_number, .token, .api_url)
| url | GitLab issue URL. |
|---|---|
| project_number | The project Number. If the |
| issue_number | The issue Number. If the |
| .token | GitLab access token path you save. |
| .api_url | The IP address, if the GitLab is internal. |