Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.4 KB

File metadata and controls

35 lines (27 loc) · 1.4 KB
stage Foundations
group Import and Integrate
info To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments

Phorge

DETAILS: Tier: Free, Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated

You can use Phorge as an external issue tracker in GitLab.

Configure the integration

To configure Phorge in a GitLab project:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Settings > Integrations.
  3. Select Phorge.
  4. Under Enable integration, select the Active checkbox.
  5. In Project URL, enter the URL to the Phorge project.
  6. In Issue URL, enter the URL to the Phorge project issue. The URL must contain :id. GitLab replaces this token with the Maniphest task ID (for example, T123).
  7. In New issue URL, enter the URL to a new Phorge project issue. To prefill tags related to this project, you can use ?tags=.
  8. Optional. Select Test settings.
  9. Select Save changes.

In that GitLab project, you can see a link to your Phorge project. You can now reference your Phorge issues and tasks in GitLab with T<ID>, where <ID> is a Maniphest task ID (for example, T123).