Recent activity
Subscribe to this feed
danp replied on November 10, 2009 15:22 to the problem "Owner/Requester role assurance" in Pivotal Labs:
Hi...anyone who is a member of a project can accept stories, or make other changes. We made it this way in order to encourage collective (team) ownership, and to make Tracker as easy to use as a shared whiteboard of story index cards. You can use project history, though, to see who accepted a given story.
danp replied on November 09, 2009 19:01 to the question "Integration with GetSatisfaction.com" in Pivotal Labs:
Hi, thanks!
We're actually about to start work on an integration framework (using the API) that will make integrating Tracker with various bug/issue management tools and community support forums easier, both for developers and end users. Satisfaction makes a lot of sense to integrate with, so watch for progress on this.
In the meantime, you could actually write an app that that used the existing Satisfaction and Tracker's APIs to automatically "push" new problem reports in to Tracker. There are some examples here:
http://www.pivotaltracker.com/help/th...
danp replied on November 09, 2009 17:26 to the question "How big should a project's scope be?" in Pivotal Labs:
Hi...generally, we try to align "projects" with stable teams, in order to have predictable velocity. Flip is the potential for projects to get very large, and hard to manage. One approach is to maintain a Tracker backlog for a few months out only (or the next couple of releases), and keep longer-range plans outside, for example in a shared spreadsheet, which allows you to react more easily as business priorities change. Also, labels can be very helpful to keep track of related stories - we use them quite extensively.
danp replied on November 09, 2009 15:47 to the question "languages" in Pivotal Labs:
danp replied on November 08, 2009 23:03 to the problem "Attempting to save an 'accepted' story using the API causes server side error" in Pivotal Labs:
danp replied on October 30, 2009 19:17 to the question "Current tab's points 3x higher than they should be" in Pivotal Labs:
danp replied on October 30, 2009 13:36 to the question "Report for Points by Member" in Pivotal Labs:
The search results panel shows a point total at the top, as well as the # that have been completed.
Every project is different, but we've found that project planning at the team level is more effective than managing/allocating individuals on the team. Stable teams tend to have fairly predictable velocity, and with a prioritized backlog of estimated stories, work allocation happens without any overhead (people grab stories as they free up).
danp replied on October 29, 2009 17:25 to the problem "Tracker is down" in Pivotal Labs:
danp replied on October 29, 2009 14:14 to the question "PivotalTracker API : story time started?" in Pivotal Labs:
danp replied on October 29, 2009 13:58 to the question "huge icebox" in Pivotal Labs:
hey Scott...it's a common issue on long-term projects. here are some approaches:
- use labels liberally to organize, for helping to find stories (and you can use the Labels & Searches panel more)
- do an occasional icebox cleanup. commonly, if a story has been sitting in the icebox for a while, it's very likely to stay there forever. chances are it's better to just write new stories if/when the given feature comes up again.
- once you clean up the icebox, get in the habit of reviewing stories that get added regularly. if the story is important, put it in the backlog. if it isn't, ask yourself whether there is any point in putting it in the icebox at all.
dan
danp replied on October 29, 2009 13:39 to the problem "can not export a project that has more than 400 stories" in Pivotal Labs:
Hi, unfortunately you can only export up to 400 at a time at the moment. One way to work around this is to use search to choose specific stories to export, then "select all", and use the Actions dropdown to export those specific stories.
Also, it's possible to use the API to pull out story data, but you'll need to write a bit of code to do that.
We hope to increase the # of stories that can be exported in the future, sorry about the inconvenience. If this is a blocker for you, please email us (tracker at pivotallabs.com), and we'd be happy to do a custom export for you.
thanks
dan
danp replied on October 29, 2009 13:29 to the idea "Problem with Velocity management" in Pivotal Labs:
Hi, to deal with sprints/iterations that are unusual, for example vacations, you can use the team strength feature:
http://www.pivotaltracker.com/help#wh...
By default, team strength is 100% for each iteration, but it can be adjusted. For example, if your team is at 50% that iteration, Tracker will assume it can complete half the project's velocty.
Also, independently, you can adjust a given iteration's length, if you decided to extend or shorten a particular sprint. More about that here:
http://www.pivotaltracker.com/help#is...
Let us know if you need any further help.
danp replied on October 28, 2009 13:10 to the problem "Done tasks disappeared" in Pivotal Labs:
danp replied on October 27, 2009 19:53 to the problem "Adding a member w/o an email address adds 'Andy Goodell' to the project instead." in Pivotal Labs:
danp replied on October 25, 2009 21:38 to the idea "Would like current/backlog/icebox filtering for API story search" in Pivotal Labs:
To get stories in the icebox, use a filter, with state:unscheduled.
http://www.pivotaltracker.com/help/ap...
danp replied on October 25, 2009 20:50 to the idea "Would like current/backlog/icebox filtering for API story search" in Pivotal Labs:
Sorry, we should have updated this thread. The API does support getting stories by iteration, and/or the different "groups" (done/backlog/current). More info here:
http://www.pivotaltracker.com/help/ap...
danp replied on October 15, 2009 16:06 to the question "What about an eclipse / mylyn connector?" in Pivotal Labs:
danp replied on October 15, 2009 02:39 to the question "Why do you do take down PivotalTracker for maintenance in the middle of the work week?" in Pivotal Labs:
danp replied on October 14, 2009 20:36 to the problem "API returns data from the wrong Tracker project." in Pivotal Labs:
danp replied on October 13, 2009 00:46 to the question "Where does the PRD vs Spec go? When is a story ready for QA?" in Pivotal Labs:
Hi,
We like to think of stories as a placeholder for an on-going conversation, and encourage developers to communicate with product owners often, especially just prior to starting a story. In general, we try to break every feature/requirement down into small, concise stories, where each builds on existing functionality, and adds business value to the product incrementally. It's the process of breaking larger features down into small stories that uncovers a lot of the detail. Also, since requirements tend to change, we find it easier to keep up by having the backlog of stories act as the knowledge of current requirements, rather than separate, static requirements documents that need to be kept in sync with a changing reality.
Nevertheless, it is still useful at times to link from stories to external resources such as style guides, interactive mockups, etc. We use the description field and/or comments for this.
The "deliver" action in the story workflow is used to communicate that the implementation of a given story has been deployed to some environment (demo/staging/QA), where the product owner can verify that it meets requirements, and works as expected. The primary focus here is on early customer feedback, but this verification and acceptance step could encompass quality as well, and QA could essentially play the role of an extended customer. The Tracker story workflow does not explicitly support QA verification as a separate step, but for teams that do have that need, it's possible to use labels for additional workflow steps (for example "ready for QA", "QA verified", etc). In the future, we hope to add the ability to add custom story workflow steps.
Hopefully this will help, and sorry it took so long for us to respond to your question.
| next » « previous |
Loading Profile...


