The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
746 views

How can I automate Pivotal Tracker & Github Integration?

Pivotal Tracker and Github have great integration: Once it's set up, each commit which is prefixed by the Pivotal Tracker ID will appear under the corresponding Pivotal Ticket automatically, for an ...
0
votes
1answer
78 views

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 ...
0
votes
1answer
146 views

How in node.js send response with array of json objects?

I want to return array of finished pivotal stories using pivotal-node module for node.js. app.get('/delivered_stories', function(request, response) { pivotal.useToken("my_token"); ...
0
votes
0answers
24 views

Integrating Pivotal tracker with bugzilla

I am testing out bugzilla integration with pivotal tracker. I tried to associate a landfill installation. But I get there was a timeout while contacting the server. Is it possible to fix this ?? or Is ...
3
votes
5answers
4k views

How to hook Pivotal Tracker to Redmine? [closed]

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. Has ...
0
votes
2answers
103 views

Where does initial design fit in with stories in Agile development?

I'm trying to setup a Pivotal Tracker project for a school project, and my understanding of "stories" is that they really just represent things that the user will want to do with the application. ...
14
votes
7answers
3k views

Issue tracking system? [closed]

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 ...
0
votes
1answer
132 views

pivotal tracker email integration hook in java

we are with a simple requirement to be able to create a story in PivotalTracker when an email goes is sent to our org id like say bugs@my-org.com I could find couple or ruby based wrappers but ...
0
votes
1answer
228 views

Using Pivotal Tracker API to get all stories in Backlog or Current?

I am using the pivotal-tracker gem: https://github.com/jsmestad/pivotal-tracker. As a result, I'm easily able to stories by state, e.g. project.stories.all(:current_state => 'started') However, ...
0
votes
0answers
36 views

Pivotal get stories between two dates

I know how to get all stories using curl; also i figured out how to get all stories starting with a specific date: $filter = htmlspecialchars("created_since:{$from}", ENT_QUOTES); $curl = 'curl -H ...
0
votes
0answers
115 views

retrieve token with RestClient, and save it in database

I want to retrieve a PivotalTracker token. I don't understand how I can get to it. There is no error messages and the file loads into the controller successfully. This line works with the response ...
0
votes
2answers
97 views

calculating the sum of specific array values in ruby?

Pivotal Tracker is a project management tool that I use. I'm using the Pivotal Tracker Ruby Gem to access the API. I'm trying to create a hash of each member with the number of points that they have ...
0
votes
1answer
164 views

How to migrate PivotalTracker user stories to Github issues?

Folks. Is there any beautyful and easy way to migrate all the user stories from PivotalTracker to Github Issues?
0
votes
0answers
47 views

retrieve tokens using pivotal_tracker

I have a task to retrieve tokens from pivotaltracker, it means that I have to build task in lib/tasks.I choosed plugin on github https://github.com/jsmestad/pivotal-tracker . I installed that, but ...
0
votes
1answer
88 views

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 ...
1
vote
1answer
55 views

Trackmine Error: Can't find Redmine IssueStatus: Accepted

This is driving me crazy. I've tried to install the trackmine plugin to integrate pivotal tracker and redmine, but I continually have problems with dependancies and setup errors. Now I have almost ...
0
votes
0answers
185 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
575 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. ...
2
votes
1answer
1k 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 ...
11
votes
7answers
8k views

Are there any other (free) agile dev tracker alternatives out there similar to Pivotal Tracker? [duplicate]

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
2answers
1k 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 ...
4
votes
2answers
947 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 ...
0
votes
3answers
276 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 ...
0
votes
1answer
138 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 ...
2
votes
5answers
1k 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. ...
0
votes
1answer
204 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
1answer
240 views

Pivotal tracker api integration releases

It is possible to add a release through the Pivotal API (v3) ?
0
votes
2answers
196 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
3answers
304 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 ...
2
votes
2answers
707 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 ...
-1
votes
3answers
140 views

Bug or feature for a cosmetic change in Pivotal Tracker? [closed]

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 ...
4
votes
2answers
2k 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 ...