Phorge
Tier: Free, Premium, Ultimate
Offering: GitLab.com, Self-managed, GitLab Dedicated
History
- Introduced in GitLab 16.11.
You can use Phorge as an external issue tracker in GitLab.
Configure the integration
To configure Phorge in a GitLab project:
- On the left sidebar, select Search or go to and find your project.
- Select Settings > Integrations.
- Select Phorge.
- Under Enable integration, select the Active checkbox.
- In Project URL, enter the URL to the Phorge project.
- 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
). - In New issue URL, enter the URL to a new Phorge project issue.
To prefill tags related to this project, you can use
?tags=
. - Optional. Select Test settings.
- 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
).