Skip to content

A script to tag stories in Pivotal Tracker with sequential user-friendly short IDs.

Notifications You must be signed in to change notification settings

shyamsalimkumar/pivotal_tracker_story_tagger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pivotal_tracker_story_tagger

A script to tag stories in Pivotal Tracker with sequential user-friendly short IDs.

Depends on three environment variables to function:

  • PIVOTAL_TRACKER_PROJECT_ID - Your Pivotal Tracker project ID
  • PIVOTAL_TRACKER_API_TOKEN - Your personal API token, found on your profile page
  • PIVOTAL_TRACKER_STORY_PREFIX - The short code before the story number - e.g. "TLA-" would produce stories named "TLA-82 - Add the secret sauce to the frontpage"

Once all the vars are set up, usage is simple: go run tagger.go

About

A script to tag stories in Pivotal Tracker with sequential user-friendly short IDs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%