Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 859 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 859 Bytes

PivotHub

A Chrome extension for a better integration between PivotalTracker and GitHub

Feature 1 - Get story id from pivotal tracker

For people using GitHub's post hook for Pivotal, you know how annoying it is to get the story id in Pivotal. You have to expand the story to and scroll to get the id.

The extension facilitates this by prompting you the name of the story - it will search within displayed story (in DOM, so no lengthy Ajax) and give you back "[Fixes #120OJFEN] whatever name you gave the story"

Learn more about GitHub's post hook for Pivotal here: http://www.pivotaltracker.com/help/api?version=v3#scm_post_commit

Search a story Commit syntax for posthook

Feature 2 - let's think about it ;)