Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitlab - Pivotal Tracker integration

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.

like image 242
user2230605 Avatar asked Feb 15 '15 02:02

user2230605


2 Answers

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].
like image 74
byako Avatar answered Oct 27 '22 09:10

byako


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.

like image 4
Andrew Minion Avatar answered Oct 27 '22 08:10

Andrew Minion