Versions Compared

Key

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

...

A GitHub instance looks like this:

Property Name

Property Code

Required

Description

GitHub Base URL

FDGITHUBITS_URL

Yes

GitHub base URL (https://github.com/%7Bowner%7D)

GitHub Base URL is based on GitHub username or organization.

GitHub Username

FDGITHUBITS_USERNAME

Yes

Username should be an account that has access to the repository where issues are managed.

GitHub Personal Access Token

FDGITHUBITS_TOKEN

Yes

Use Personal Access Token for the username.

GitHub Base API Path

...

FDGITHUBITS_BASE_API_PATH

Yes

GitHub base API path (https://api.github.com or https://hostname/api/v3 for GitHub Enterprise)

...

Configure Folder or Project for Issue Tracking

...

  • using commit messages - use the format #issue for example, #demo-1. Or you use demo-1234 in commit message if demo- 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.

...