Pivotal Tracker

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

The Pivotal Tracker integration adds commit messages as comments to Pivotal Tracker stories.

Once enabled, commit messages are checked for square brackets containing a hash mark followed by the story ID (for example, [#555]). Every story ID found gets the commit comment added to it.

You can also close a story with a message containing: fix [#555]. You can use any of these words:

  • fix
  • fixed
  • fixes
  • complete
  • completes
  • completed
  • finish
  • finished
  • finishes
  • delivers

Read more about the Source Commits endpoint in the Pivotal Tracker API documentation.

See also the Pivotal Tracker integration API documentation.

Set up Pivotal Tracker

In Pivotal Tracker, create an API token.

Complete these steps in GitLab:

  1. On the left sidebar, select Search or go to and find your project.
  2. Select Settings > Integrations.
  3. Select Pivotal Tracker.
  4. Ensure that the Active toggle is enabled.
  5. Paste the token you generated in Pivotal Tracker.
  6. Optional. To restrict this setting to specific branches, list them in the Restrict to branch field, separated with commas.
  7. Optional. Select Test settings.
  8. Select Save changes.