Questions tagged [pivotaltracker]
65 questions
2
votes
2 answers
How to add git hook for sending commit messages into pivotal tracker story as comments?
I am using mac os, git(without github), gitolite as git server and pivotal tracker.
I would like to add git hook which notify pushed commit for ex: [#432324] some commit will add as a comment to PT story. And maybe I will be able to close finish…

tomekfranek
- 6,852
- 8
- 45
- 80
2
votes
1 answer
Pivotal Tracker File Upload : fails
I am attempting to POST a file to my Pivotal Tracker instance as specified by the excellent documentation found here.
I continue to get an "uploaded: False" back from the server.
- My token and project id are correct since I can POST new stories…

mconlin
- 8,169
- 5
- 31
- 37
2
votes
1 answer
Gantt Charts & Pivotal Tracker
Does anyone know of a good gantt chart to integrate with Pivotal tracker, or another solution?
I did the free trial of gantto and was not very impressed. Unfortunately I have not been able to find any other real solutions.
Thanks in advance!

Jeff
- 745
- 6
- 24
1
vote
2 answers
Tracker for UI bugs
I need a tracker, but more specific a tracker for UI issues. An alternative to JIRA o PivotalTracker. I need to post some screenshots, and make annotations on them. I need basically a practical tool for report UI bugs. Anny suggestion?
Thanks in…

David Morabito
- 1,498
- 1
- 12
- 22
1
vote
1 answer
Pivotal Tracker API File Upload
I've got this form to upload a file. I want it to be uploaded as a comment in Pivotal Tracker with the API. What will I write in the code? I'm new to Curl.
Edit: In Pivotal Tracker you can upload file .jpg, .xls, etc in the comments, and it creates…

Sight
- 11
- 5
1
vote
1 answer
Pivotal Tracker: why are my epics "done" when they are not "done"?
I can't seem to manually control the state of "done"-ness for my epics, and it is often wrong.
It seems it would only be "done" when all stories are complete. But this not the case. Perhaps its a bug? Perhaps this happens when all stories are…

pixelearth
- 13,674
- 10
- 62
- 110
1
vote
1 answer
Skip GitHub hooks on push
We are looking for a way to disable a GitHub webhook from the command line when pushing a rebase to prevent duplicate entries in Pivotal Tracker.
Has anyone implemented this before? It doesn't look like git push --no-verify will work as I believe…

Glen
- 11
- 1
- 2
1
vote
0 answers
Pivotal tracker git integration not working for pull requests
Is there any way to add a comment to a story in Pivotal tracker when a git pull request is done. Pivitoltracker + Git integration works only for push.

Mark Timothy
- 1,784
- 5
- 19
- 30
1
vote
1 answer
Pivotal Tracker API epics
I'm currently putting together a dashboard for my team to display a number of pivotal tracker stats at a glance. I'm trying to implement a widget right now displays stats for stories on an epic-specific basis, but I don't see anything in the pivotal…

sulimmesh
- 693
- 1
- 6
- 23
1
vote
1 answer
Pivotal Tracker API Labels
I am trying to use the Pivotal Tracker API to post a story using python. I am able to do so using the python requests module. The following is a sample code that I can use to create a new story:
payload = {"name":"Create story w/create…

intl
- 2,753
- 9
- 45
- 71
1
vote
0 answers
How to return stories of type 'bug' from PivotalTracker
I am using Python 2.7 in conjunction with the requests module and the PivotalTracker API to make a GET request to retrieve the stories in a particular project. Here is the definition of the endpoint:…

sbru
- 877
- 6
- 21
- 36
1
vote
2 answers
How to use the PivotalTracker API with Python 2.7
I am trying to use the PivotalTracker API to get all the stories from an epic. I am very lost on where to begin. I looked at the samples, but they are using cURL, not python. I also stumbled upon the pytracker module but it is 4 years old and is…

sbru
- 877
- 6
- 21
- 36
1
vote
2 answers
Angularjs http basic auth with username and password for Pivotal Tracker api
I'm trying to develop an application to get the Pivotal Tracker stories. First of all I need to do basic authentication to get my Pivotal Tracker token.
Using PHP cURL, I'm doing like this,
curl -X GET --user vader:bad_word…

Dhanendran
- 382
- 3
- 13
1
vote
1 answer
How can I parse just the bug count from the PivotalTracker API?
I'm currently issuing a GET request to the PivotalTracker API to get all of the bugs for a given project, by bug severity. All I really need is a count of the bugs (i.e. 10 critical bugs), but I'm currently getting all of the raw data for each bug…

Dylan Husted
- 57
- 6
1
vote
1 answer
Pivotal Tracker email integration
We are using PivotalTracker for task management. A requirement is that when someone sends an email to a company email address like support@company.com with the subject line "Bug", it needs to automatically grab the content of the email and create a…

db1
- 2,939
- 3
- 15
- 13