5

How do you integrate Gitlab and Pivotal Tracker for free?

I looked at the documentation on pivotal website, and cannot find anything related to that.

byako
  • 3,372
  • 2
  • 21
  • 36
user2230605
  • 2,390
  • 6
  • 27
  • 45

3 Answers3

8

Integration to Pivotal Tracker has been present since Gitlab 6.2. There are more details in a comment on this page:

You will need to add your user API token under your profile in Pivotal to the Services section on the settings page for a specific project.

Then when you commit you just need to include the story ID in your commit message in the format [#id].

Example Commit:

  • Fixed a bug [#123].
byako
  • 3,372
  • 2
  • 21
  • 36
4

There’s not much documentation on GitLab. Basically, go to your Project > Settings > Integrations, look for the Project Services header, enable the PivotalTracker integration. You’ll need your token from https://www.pivotaltracker.com/profile; enter that, set it as active, and save changes.

Andrew Minion
  • 354
  • 2
  • 5
-2

Here are three ways in which you can connect git with Pivotal Tracker:

ProjectLocker

GitTracker

This Script

Brian Feeny
  • 441
  • 4
  • 14