Redmine – open-source project management
61–70 of 83 posts
Re: Redmine – open-source project management
#62This is one badly built website: Cannot even see what the tool looks like.
Not sure if I'm missing the joke but in case you're serious : the tool is literally the website. They're dogfooding themselves eg click on issues then on one issue to see the ticket system. Makes a lot of sense to me.
That said, the site doesn't explicitly say "The site you're reading is running in an instance of Redmine".
Re: Redmine – open-source project management
#63Redmine is great. Serves us without issues since 2007. I honestly don't understand companies using products like Jira when Redmine is available.
The company I work for switched from redmine to jira few years ago, after using redmine since 2009 or so. It was a really bad decision spearheaded by a single project manager. I miss redmine. I hate having to see the constant interstitial loading animation in Jira. And working through small modals. Just load the damn page for the link I clicked on. All the “single page application” junk is rarely executed well. But I…
I used Redmine for many small projects, probably since 2007. It works well. It's quite simple, not many bells and whistles, which is OK. Maybe not many features but enough to get the work done.
Re: Redmine – open-source project management
#64Former Redmine user here; well, I get around so I see a lot of different systems. Back, c2005 I think, I was CTO-ing for a company that was going through some management changes. The outgoing CTO was a "build it all in-house" type (which I get!) -- however, this dude was extreme -- so in addition to building their own App to make money, they had their own Framework and ORM and X and Y an Z -- which included a bug-tra…
Re: Redmine – open-source project management
#65The last shop I worked at used Redmine. The owner loved it, most folks found it okay, but the UX just rubbed me the wrong way. I'm not opposed to working with software with classic UIs and such, that would have been fine if the update workflow and page layout made sense. I wish I could adequately convey why. Based on other commenters talking about the APIs being strong though, and other products that seem nicer (I tr…
Redmine might look clunky from a distance, and its installation is convoluted. However, once it works, it works forever. It's a "zero unplanned maintenance" tool which works without any problems, and can be extended with tons of features due to its extensible nature. Maybe it's about being an oldish folk who used "classical UI"s more, yet I still find their information density much better than modern "fluffy and anim…
From a maintenance perspective I hear you though. I supported the Redmine install, and I've supported Jira installs in the past. The sheer amount of horsepower I had to throw at, and shenanigans I had to deal with, to support Jira is mind boggling. I have a small joke that the reason Atlassian is going cloud only for their products has everything to do with the fact that only they are big brain enough to understand how to run the damn thing reasonably, haha. And yeah, administering the Redmine install was "oh yeah, we have a Redmine instance, I should probably update that". So that is definitely a feather in its cap.
I also can appreciate that it has a rich ecosystem of plugins and extensions to make it your own. I often look at plugins with a grain of salt though, because having more things to add and more dependencies to support drastically changes the administrative burden of a system. For me, I'd rather have one opinionated tool with a minimal but functional feature set. Fortunately, there are alternatives out there that enable that flow for me and my teams, so it's not like I'm not served.
There's always the possibility that Redmine and I just never clicked, and that's okay. I don't _need_ to like every tool, and I can easily see how folks that it did work for got great benefits out of it. My negative experiences are personal to me, but do not discredit the plenty of positive experiences teams have had using it.
Re: Redmine – open-source project management
#66Interesting it’s GPL licensed. I’ve noticed a lot of these enterprise targeted OSS projects are. Wonder sometimes if this blunts the inertia of their adoption since customizing the software triggers a license violation if it’s not shared
Customizing software does not trigger a license violation, distribution does. If it is an internal tool there is no distribution, and there is no license violation. As a corollary redmine is written in ruby, I don't think it is possible to distribute it without the source code anyway.
Re: Redmine – open-source project management
#67Oh, RedMine. That’s the project management system I used back in 2006 to run my first StartUp. Along a well working integration with SVN (if ppl remember what SVN is).
Re: Redmine – open-source project management
#68Re: Redmine – open-source project management
#69It's very lightweight and feature-rich. They really need to get a UI designer who helps them to move from that amateur UI to something that looks professional.
Re: Redmine – open-source project management
#70The interface is archaic, but their api is very powerful. On my company we use redmine to keep track of time spent on each protect, or even as a simplified Jira substitute. We have the tasks, we just need to "spend time" on them. The interface is slow and requires many clicks, but thanks to their api I made an app to do it with just a couple, even automatic if you only have one task!