Gitlab - Pivotal Tracker integration
Asked Answered
M

3

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.

Marlenmarlena answered 15/2, 2015 at 2:30 Comment(0)
C
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].
Circumfuse answered 4/10, 2015 at 10:19 Comment(3)
What is and how to get "user API token" ?Scruple
Go to pivotaltracker.com/profile to get your token, then follow the instructions from Gitlab.Circumfuse
Is this documented anywhere? For some reason I can't find it in GL's documentation.Lammastide
S
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.

Scissors answered 13/11, 2018 at 18:3 Comment(0)
L
-2

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

ProjectLocker

GitTracker

This Script

Lisalisabet answered 16/3, 2015 at 5:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.