Questions tagged [pivotaltracker]
65 questions
0
votes
1 answer
Sum of points of stories in PivotalTracker gem
I have started using the PivotalTracker gem in my Ruby on Sinatra-Padrino.
It provides really good API(s), but I am stuck in a requirement. I want the sum of the points/estimates of all the stories which are features.
What I tried (project is an…

Sandip Agarwal
- 1,890
- 5
- 28
- 42
-1
votes
1 answer
How to create a custome state for pivotal tracker?
There is unstarted, start, finish, deliver, accept, reject. I want to add one called shipped after the accept/reject; how is this done?

Josh Rice
- 51
- 3
-1
votes
1 answer
How to break line in PHP request to Pivotal Tracker API
Pivotal Tracker doesn't accept \r\n character in it's request, and will just be displayed in the story description.
How do I add new line in the PHP string to be submitted in the API?

Bogdan
- 165
- 1
- 4
- 13
-1
votes
1 answer
How can I retrieve information for only a specific type of activity from the Pivotal Tracker API?
I am getting JSON information from the Pivotal Tracker API, and I need to get certain info, instead of all the raw data. To do this, I used JSON.parse() to convert the JSON to a Ruby array of hashes.
Now, I need to iterate through this array and…

Dylan Husted
- 57
- 6
-2
votes
3 answers
Bug or feature for a cosmetic change in Pivotal Tracker?
If I need to fix something cosmetic in my application (e.g. fixing the color of an element), should this be marked as a bug or as a feature in Pivotal Tracker?
Note: even though it's cosmetic, that doesn't mean that this fix will be trivial.

Senseful
- 86,719
- 67
- 308
- 465