add_issue_clients.Rd
Add First issue client for GitLab
add_issue_clients(project_id, project_name, group_url)
project_id
project_name
group_url
A tibble with the issue added and GitLab infos
if (FALSE) { add_issue_clients( project_id = "<get_your_id_project>", project_name = "<get_your_project_name>", group_url = "<group_url_repo>" # should looks like "https://gitlab.com/cervan.girard/" ) }