Skip to content

GitLabIssuesProvider

Defined in: alm/gitlabIssues.ts:29

An AlmProvider for GitLab Issues, which numbers issues per project rather than prefixing them with a project key. projectKeys is therefore unused.

new GitLabIssuesProvider(): GitLabIssuesProvider

GitLabIssuesProvider

extractIssues(commitLog, projectKeys?): AlmIssueRef[]

Defined in: alm/gitlabIssues.ts:38

Finds issue references in a commit log. projectKeys is only meaningful for prefix-keyed trackers such as Jira; trackers that number issues per repository ignore it.

string

string[] = []

AlmIssueRef[]

AlmProvider.extractIssues


render(issues, baseUrl?): AlmIssueRendering

Defined in: alm/gitlabIssues.ts:54

Renders references as plain text, and as HTML links when baseUrl is provided.

AlmIssueRef[]

string

AlmIssueRendering

AlmProvider.render

readonly issueNoun: "issue" = 'issue'

Defined in: alm/gitlabIssues.ts:32

What this tool calls the things it tracks, for user-facing text.

AlmProvider.issueNoun


readonly kind: "gitlab-issues"

Defined in: alm/gitlabIssues.ts:30

AlmProvider.kind