Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Agile development; on-line free tools! [closed]

We have been looking to implement Agile methodology within our geographically distributed development team, so i need suggestions on any free on-line application that you have used and find useful.

Right now we are using paper cards and wall to manage this :), but we want to shift to an on-line version preferably free.

I have used TargetProcess at my previous job!

My Core requirements are:

  • Business Analyst can add user stories
  • We can assign, prioritize different user stories to developers.
  • QA team can add test cases around different user stories.
  • Project Manager can track the time of all the resources and can pull reports for upper management
like image 827
BT. Avatar asked Mar 06 '10 17:03

BT.


People also ask

Is Agile Software free?

Yes, there are plenty of free agile project management software, or freemium (a free forever plan with limited features or users). For example: Scrumblr. Trello.

How many agile tools are there?

In our research we found over 80 tools for Agile project management. The ones most mentioned were Jira, Pivotal Tracker, VersionOne, Active Collab, Kanbanize, monday, Asana and Taiga.

When did agile take off?

While Agile took off in the early 2000s, we saw the Agile Manifesto pick up new steam in the 2010s. By this time, the history of Agile was a commonly recounted story among development teams, but between 2012 and 2015, real life success metrics began to accompany that story.

Which tool is popular in agile software development?

Jira. Atlassian's Jira is a popular tool used in agile software development and a prevalent project management program. The agile software development tool, Jira, allows you to plan, track, and manage your agile as well as your software development projects.


2 Answers

I've been using Pivotal Tracker which is a free agile project management tool and covers the following agile concepts:

  • Velocity tracking and emergent iterations
  • Story-based iterative planning
  • Real-time collaboration

Would certainly recommend you try this before paying for an alternative.

Also, as mentioned, Basecamp is a great tool for maintaining documentation, to-do lists and the rest. There is a barely promoted free option for single project use that you will find on the signup page below the Max and Premium options.

Possibly not an agile tool as such (depends on your definition) but the free Team City continuous integration and build server is the kind of software that you don't believe you could live without once you've used it. Basically a commit to SVN by any developer triggers a build to your staging server about 30 seconds later meaning the latest build is very agile!

like image 54
amelvin Avatar answered Oct 08 '22 12:10

amelvin


Timetracking: slimtimer.com. This is one of the best time trackers I've seen (and I've seen many)

Mercurial code hosting: list available here. I've only used the service provided by sourceforge.net and was satisfied with it.

Web conferencing, desktop and whiteboard sharing: Dimdim. I haven't had much luck with it, but I believe it might perform much better on a Windows machine.

All sorts of version control, wiki, RSS feeds: sourceforge.net. It's only for FOSS projects, though, but it really ofers a lot of services.

Other than that, basecamp should fit right in an agile process (although I haven't used it much) with a reasonable price ($50/month...)

like image 29
Tomislav Nakic-Alfirevic Avatar answered Oct 08 '22 12:10

Tomislav Nakic-Alfirevic