Tag Info

Hot answers tagged

27

Bias disclaimer: I am the ChiliProject lead and a former Redmine core contributor. As far as code and features go: ChiliProject was forked in January so there are quite a few changes between it and Redmine. I'll try to quickly describe how we (ChiliProject) do our releases and what is included in them: The ChiliProject 1.x releases include: Redmine 1.1 ...


20

You could try IBM Rational Team Concert. Easy UI: Very, especially the Eclipse version. Desktop: You can use web, VS add-in, or eclipse version, by team member preference. Like I said, I recommend Eclipse (but haven't really seen the VS add-in) Price: I believe it's free up to 10 developers, then it's IBM pricing schemas. But if that's not an issue... ...


11

Before I ever heard of XP, I had a really good manager (Mike) at an early job I had. He was used to managing engineers and transitioned to managing software. After a few bad working experiences I looked back at his style versus typical project management I had before and after working with him. Met with everyone at least once a day but gave us space to ...


10

JIRA with the GreenHopper plug-in provides most of what you want. As you say, it's not free, but the licensing costs are reasonable. Twenty dollars to get started with 10 users is a sweet deal. I've used GreenHopper for a few years. We tried Excel spreadsheets beforehand; they sucked. The problem requires a database and better visualization. On request, ...


9

I'm at odds with what a couple of other people have said. First up the bit I agree with - stories are a great way of stating functional requirements. For my money they're one of the best ways of actually communicating requirements in a way end users will really take in. I've seen too many specs that get signed off without ever having been read. The one ...


8

IMO Teambox is an interesting solution and you can host one by yourself using their source code (so you don't have to be limited by their free account, only 3 projects). It's inspired by Basecamp, Yammer, to name a few. However, I suggest you to do some research in those big agile scrum tools lists, like Agile Scout's Best Agile Scrum Tools and see for ...


7

Out of the first six numbers of the Fibonacci sequence, four are prime. This limits the possibilities to break down a task equally into smaller tasks to have multiple people work on it in parallel. Doing so could lead to the misconception that the speed of a task could scale proportionally with the number of people working on it. The 2^n series is most ...


6

Pivotal Tracker is a great tool. Unfortunately it's now going paid (not free anymore). Other tools that are pretty solid include: Rally, Version One, Jira (with Greenhopper), AgileZen, AgileBuddy, TinyPM, Aldon Agile Manager, Agile Bench, Scrum Desk, Scrum Ninja to name a few. Agile tools are being built by the boat load. You may never find the "perfect ...


5

Remember that ANY metrics you can come up with is most likely going to be gamed. [ Do I get a badge for on-topic link to Joel On Software? :) ] Having said that, you can try a union of the following approaches: Developer feedback!!! (e.g. a good PM's feedback would be "I had problems X, Y and Z and he made them disappear"). Not so good for measuring how ...


5

Redmine Assembla, clockingit I'm using redmine at the moment and very happy with it. It's a full project management suite and it's open source. Some features: Gantt diagram, you can create Projects and Subprojects, integrate with git, svn, mercurial and some other repositories, wiki (ditaa can be used via plugin), smart-http integration for git, file ...


5

You definitely want something exponential, so that you can express any quantity of time with a constant relative error. The precision of your estimation as well is very likely to be proportional to your estimation. So you want something : a) with integers b) exponential c) easy Now why Fibonacci instead of, 1 2 4 8? My guess is that it's because ...


4

Scott, Have you looked at Agilefant? It's an open source agile project management tool that includes the ability to track time via timesheets, manage your product backlog and iterations and releases. http://www.agilefant.org/ I've also tried 5PM, but it didn't meet my needs at the time.


4

There are a few tools you can try : Trello : https://trello.com/ Scrum Ninja : http://www.scrumninja.com/scrum-software/pricing Github issue tracker : https://github.com/blog/411-github-issue-tracker/ Team Box : http://teambox.com/


3

Petr, I think Go has more of a formal idea of a deployment pipeline attached to a build. In that, they're conceptually like my employer's tool AnthillPro than TeamCity where a deployment is modelled as a different build type. If you wanted to separate your build and deployment processes into separate tools, Daniel's company (nolio) has a deploy only tool, ...


3

Are there any formal/informal measures of comparing completed functionality vs initial requirements of a project. The word(s) you are looking for is "Done Criteria". It has a more deeper meaning than the words itself, in the Agile world. It is often the first thing to be fixed in an Agile Organization, if it is found to be missing. Below (at the end) is ...


3

Yes, you can use user stories for your functional requires. I do it all the time, and have been for years. In my opinion, it works really well, and better than other systems I have used. Would this approach work for larger clients? To make a gross generalization, no. They are going to have some system that use to define requirements, and likely its not user ...


3

Atlassian Jira The best I have seen so far. It is not free though the starter license is very affordable. There is the possibility to request a free license if you are developping a community/open source project. Jira is being used by serious customers such as Yahoo, Adobe, Zend Framework, eTrade, and Apache just to name a few. I tried Mantis, Trac, and ...


3

The simplicity of the issue should not determine where it goes in your issue tracker. I would say it depends upon how you view the color of the element. If it strictly 'we decided indigo would be better than sky blue' I would probably call that an enhancement. If it is something like 'all of our new members show up blue, but these are coming up red' ...


3

I'll relate my experience, hoping it will be helpful. We started piloting Scrum using cards on a wall. We figured we would switch to a tool once we started doing it for real. We set up our defect tracker (Redmine) with User Story and Tasks, and have a way to create a burndown in each project. What we found, however, is that you don't really get the ...


3

You should make your clients follow a Change Management process, irrespective whether you use Scrum or not. You must agree that you're not immediately doing what your clients ask but arrange the items according to priority and plan them before doing it. If these are some urgent issues, like bugs found on production you should anyway follow the process but ...


2

What you're describing are the use-case scenarios that define the features, this is what is required from a usability perspective and is exactly what the client will understand and agree to. Screen mockups and flow diagrams will definately help both the client and developers. An implementation specification may then be required to instruct developers on ...


2

I've used (a slightly modified) Scrum before at work and here are my thoughts: The daily meetings and burn-down provided motivation to make progress on tasks. Our manager could talk to colleagues across the pond and show them "this is what we're working on this month." You knew exactly what tasks you needed to get done, and had already estimated the time ...


2

You take your old baggage with you when you go. Meaning that any project management bad practices you had before will still linger. However, I will say that things improved greatly when we began to close the loop between us and the customer. Greater and more frequent feedback and prototyping with the customer means far fewer moments of the customer ...


2

Someone might just need to write a plugin at this point. PT has a rich API and a section on its Integrations page about Activity Web hooks, and Redmine has a Developer Guide, albeit a pretty sparse one. Might be worth noting that Redmine's REST API will become available in a month or so with the new 1.0 version. Until then, maybe ask this guy what he did?


2

We use BDD scenarios, which describe the system's capabilities from a user point of view. We phrase them as: Given <a context> When <an event happens> Then <an outcome occurs> You can use any number of givens, whens and thens. Given <a context> And <another context> When <an event happens> Then <an outcome ...


2

Timesheets will measure the amount of work in one sense (you can see how their day breaks down and so on) but not I think in the sense you want. Ultimately I don't believe there is a useful metric for Project Managers in this sense, but I don't think that's an issue. I think ultimately you should measure project success rather than "busy-ness". After all, ...


2

We normally do this type of transition via extensive code review though we normally don't have a case where the time span is as long as you have (5 years). As a standard practice, we do weekly code review and during that point, we are encouraged to add documentation in the code itself as a code comment or if need to referencing external documents in our ...


2

We have been using Assembla (www.assembla.com) for more than a year. It is not free and does not have a desktop version but it definitely rocks. Some things I love: The UI is clean and simple being suitable for developers and business owners alike. Tasks and commits are integrated from SVN and Github so it makes it easy to track code changes relating to ...


2

Do not set up multiple TFS projects for the same team/product line. You can't move things from one to another and they won't be able to share a common parent source control so you would miss out on much of what source control has to offer. Do some research by reading the links on the other answers.


2

Please check out the great collation of questions presented by SSW (Australian company). http://www.ssw.com.au/ssw/standards/BetterSoftwareSuggestions/TeamFoundationServer.aspx http://www.ssw.com.au/ssw/Standards/Rules/RulesToBetterProjectManagementWithTFS.aspx



Only top voted, non community-wiki answers of a minimum length are eligible