kevnull Posted March 31, 2013 Posted March 31, 2013 Created a workflow to add stories to pivotal tracker for one project. Github: https://github.com/kevnull/pivotal-tracker-alfred-workflow From the README: A workflow for Alfred v2 (alfredapp.com) to add Pivotal Tracker stories directly. Creates a story to Pivotal Tracker project. Copies resulting story url to clipboard. SetupIn the script, set the following: Go to your name->profile in Pivotal Tracker to find this at the bottom $token = "INSERT YOUR TOKEN HERE"; The full name you have in Pivotal Tracker $requested_by = "INSERT YOUR NAME HERE"; The project id (the number in https://www.pivotaltracker.com/projects/{number}) $project = "INSERT PROJECT ID HERE"; Usagept {optional type} {name} Defaults to feature if no type is given. Acceptable types are "feature", "bug", and "chore" or their first character equivalent. Examplespt this is a featurept f this is a featurept feature this is also a featurept b this is a bugpt c this is a chore WishlistPut multiple projects into the action selection
mattsson Posted May 16, 2013 Posted May 16, 2013 Awesome, I was just about to write this myself, will report back with my experience.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now