gl_to_issue_id: Translate projectwide issue id to global gitlab API issue id

Description Usage Arguments

View source: R/issues.R

Description

This functions is only intended to be used with gitlab API v3. With v4, the global iid is no longer functional.

Usage

1
gl_to_issue_id(issue_id, project, force_api_v3 = TRUE, ...)

Arguments

issue_id

projectwide issue id (as seen by e.g. gitlab website users)

project

project name or id

force_api_v3

Since this function is no longer necessary for Gitlab API v4, this must be set to TRUE in order to avoid deprecation warning and HTTP error. It currently default to TRUE, but this will change with gitlabr 1.0.

...

passed on to gitlab


statnmap/gitlab2r documentation built on Aug. 8, 2020, 12:07 a.m.