Tagged Questions
The pivotaltracker tag has no wiki summary.
9
votes
7answers
2k views
Are there any other (free) agile dev tracker alternatives out there similar to Pivotal Tracker? [closed]
Possible Duplicate:
Pivotal Tracker is introducing fees on July 19th. I'm bailing, what else is out there?
Pivotal recently announced they are moving to a paid model. I really like ...
3
votes
5answers
2k views
How to hook Pivotal Tracker to Redmine?
Our company is currently using Redmine, it's great for general tasks / troubleshooting (operation) but for development, I would like to adopt a more agile tool... and I found it in pivotaltracker.
I ...
3
votes
2answers
584 views
What is your workflow to coordinate Pivotal Tracker with Mercurial?
I want to use Pivotal Tracker for a new project but I don't know how to use it with Mercurial to make it easy to go from one tool to the other.
What workflow do you use to link user stories/feature ...
2
votes
2answers
295 views
What is the difference between a “feature” and a “story” in Behavior Driven Development?
I am working on a product and I am using Pivotal Tracker to write user stories, but I am quite new to BDD and XP, and newer to Cucumber. So I am getting confused by the terminology a little bit. What ...
2
votes
5answers
861 views
Convert XML collection (of Pivotal Tracker stories) to Ruby hash/object
I have a collection of stories in an XML format. I would like to parse the file and return each story as either hash or Ruby object, so that I can further manipulate the data within a Ruby script.
...
2
votes
2answers
817 views
PivotalTracker Best Practices
(For those who haven't heard of it, Pivotal Tracker "is a simple, story-based project planning tool that allows teams to collaborate and instantly react to real-world changes. It's based on agile ...
1
vote
0answers
38 views
Issue tracking system?
My current company is on a political struggle between keeping using some issue tracking that is weird, hard to use and which no developer likes, and Github Issues (which almost everyone loves). The ...
1
vote
1answer
126 views
How do I post non-ASCII characters using httplib when content-type is “application/xml”
I've implemented a Pivotal Tracker API module in Python 2.7. The Pivotal Tracker API expects POST data to be an XML document and "application/xml" to be the content type.
My code uses urlib/httplib ...
1
vote
2answers
426 views
Pivotal Tracker is introducing fees on July 19th. I'm bailing, what else is out there? [closed]
I very much appreciate Pivotal Tracker, but neither want to make my projects public nor pay the monthly fee - which is quite a lot of money on my side of the planet
What alternatives of equal or ...
0
votes
0answers
32 views
How Do You Estimate Project Hours Using Pivotal Tracker If You Are a Services Firm [closed]
I am new to Pivotal Tracker (www.pivotaltracker.com) and trying to learn how best to use it for our business. We are an app development consulting services firm. As you guys know, clients want to have ...
0
votes
1answer
28 views
What are some approaches for organizing tasks in Pivotal Tracker?
We're just started using Pivotal Tracker to manage our todo list for our main application. We recently began a huge new feature, and so the last 50 or so tasks are all to do with that feature.
...
0
votes
1answer
76 views
organising cucumber features from user requests in the real world
When I see tutorials regarding cucumber I see feature examples like "manage users" with scenarios such as add users, delete user etc. This all very well when starting a project.
However, I would like ...
0
votes
0answers
45 views
In pivotal CRM 5.7 how do I show a list of defects that I have fixed?
In pivotal CRM 5.7 how do I show a list of defects that I have fixed?
I can see live data i.e. defects assigned to me, but not historical data i.e. defects there were marked as fixed by me but are ...
0
votes
1answer
136 views
Pivotal tracker api integration releases
It is possible to add a release through the Pivotal API (v3) ?
0
votes
2answers
86 views
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 ...
0
votes
1answer
83 views
Tickets for integration tests in Pivotal Tracker - chore or feature?
Say you're using Pivotal Tracker and making tickets for integration tests that are missing in a project. Would you make them as Chores or Features? Curious.
0
votes
3answers
119 views
Free Hosted Project Planners That Aren't Iterative
I am currently using Pivotal Tracker and I like it for its features. The project I am working on though is basically just a hobby game project on the side (even though I plan to sell it when I am ...
0
votes
3answers
105 views
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 ...
0
votes
3answers
189 views
How does PivotalTracker.com update its view in real time?
I'm trying to build a view similar to PivotalTracker where there are a variety of rows in different buckets. There is some polling to the server because rows could be updated by other users while ...