Documentation Index

Fetch the complete documentation index at: https://help.tuleap.com/llms.txt

Use this file to discover all available pages before exploring further.

Cross-References

Prev Next

One of Tuleap's major strengths is the ability to link any element to any other through cross-references. This page summarizes all available references for versioning tools.

Principle

A cross-reference is a link automatically created when you use a keyword followed by an identifier in a text field. References are bidirectional: creating a link in one direction automatically creates a return link.

Information

For additional documentation on the Tuleap reference system, see the References section of the technical documentation.

Reference summary

References to versioning elements

Keyword

Syntax

Target

git

git #<repo_name>/<sha1>

Tuleap Git Commit

git_tag

git_tag #<repo_name>/<tag_name>

Tuleap Git Tag

pr / pullrequest

pr #<id>

Tuleap Pull Request

revision / rev

revision #<revision_number>

SVN Commit

gitlab_commit

gitlab_commit #<repo>/<sha1>

GitLab Commit

gitlab_mr

gitlab_mr #<repo>/<mr_id>

GitLab Merge Request

gitlab_tag

gitlab_tag #<repo>/<tag_name>

GitLab Tag

gitlab_branch

gitlab_branch #<repo>/<branch_name>

GitLab Branch

References from versioning tools to Tuleap

Context

Syntax

Target

Git commit message

art #<id>, bug #<id>, story #<id>, etc.

Tuleap Artifact

SVN commit message

art #<id>, bug #<id>, task #<id>, etc.

Tuleap Artifact

GitLab Commit/MR/Tag/Branch

TULEAP-<id> (case-sensitive)

Tuleap Artifact

PR description/comment

All Tuleap references

Any Tuleap element

Automatic Artifact closure

Context

Syntax

Example

Tuleap Git Commit

<keyword> art #<id>

Fixes art #123

GitLab Commit

<keyword> TULEAP-<id>

Closes TULEAP-456

Closing keywords: Closes, Fixes, Resolves, Implements (and variants: Close, Closed, Closing, Fix, Fixed, Fixing, etc., as well as Conventional Commits prefixes fix:, feat:, chore:).