Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A GitLab instance looks like this:

Property Name

Property Code

Required

Description

GitLab URL

FDGITLABITS_URL

Yes

GitLab base project URL (https://gitlab.com/{organization or user})

GitLab Personal Access Token

FDGITLABITS_TOKEN

Yes

GitLab personal or project access token

GitLab API Version

FDGITLABITS_API_VERSION

Yes

GitLab API Version

...

Configure Folder or Project for Issue Tracking

...

  • using commit messages - use the format #issue for example, #Denver-1. Or you use Denver-1234 in commit message if Denver- is setup as work item pattern.

  • manually at build time - just specify work item number(s) on build request form in work items input. Note that # prefix only necessary with commit message.

  • manually with package - just specify work item number(s) on package configuration.

See Link Work Items to Project Build for more information about linking Work Items to builds.

...