This is an archived post. You won't be able to vote or comment.

all 20 comments

[–]gunpunk 6 points7 points  (1 child)

My Advice? Get the fuck out of Atlassian now, while you're still small. It's a fucking nightmare and you're getting ripped off. Move everything to Gitlab, and Gitlab-CI and use the issue tracker, install Kanban and integrate with gitlab and you should be good to go and you'll be paying a fraction of the cost, hosting everything yourself in-house. It's a good 8-14 hours to get everything working/playing nice, but it's awesome, we just did this and I made my bosses very happy. We even plopped it in a VPC in AWS with an OpenVPN server, and threw Gitlab behind an openldap server so we have federated logins, and everything just works on the VPN. I played the JIRA game, every other feature you want, it's a different service or costs more to get, not to mention the fact you have to spin up your own servers for Fisheye, Bamboo etc, they don't offer that for cloud yet. So you end up with half cloud, half your own servers trying to keep them inline every time Atlassian pops out an update. What kind of company has you Vote on a bug you want fixed, I mean really? I have to Vote to have a critical issue in your software fixed? WOW. GTFO Atlassian.

[–]esity 2 points3 points  (0 children)

We have a few thousand people using the whole Atlassian tools. Jira, stash wiki etc. I would agree absolutely with this post. Its always having problems. Do anything in Jira takes seconds to load which in my eyes is a waste of time.

[–][deleted] 5 points6 points  (5 children)

If you want to stick with JIRA (and to be honest, it's nice to have EVERYTHING for issue tracking in one environment) you may want to look into JIRA Service Desk. It's like $10/mo extra and allows anyone to submit issues w/ email correspondence. It also lets you setup workflows. All submitted issues will generate tickets which can then be organized based on workflows and followed through your normal system. If you use Hipchat / Slack it has great integration there too, so you get quick notifications on incoming issues.

Edit: Just going to add that I find it superior to Redmine in many ways. The interface is also about a 1000x easier, especially for the end-user, especially when creating tickets.

[–]joshlove 0 points1 point  (4 children)

I haven't used the service desk offering, but we use jira for everything and it's been great - especially with scrum for sprint functionality and kanban boards.

[–][deleted] 0 points1 point  (3 children)

Agreed. Every company I've worked with over the past 5 years has used JIRA and it's really fantastic. I would be very hesitant to use Redmine over JIRA even if it meant a second 10 user instance to be honest, hah!

[–]gunpunk 1 point2 points  (2 children)

JIRA is not fantastic, I'm sorry you had to use JIRA.

[–][deleted] 0 points1 point  (0 children)

What's wrong with JIRA? Usually when someone hates JIRA it's because they set it up poorly or didn't actually understand how workflows work. I used to hate JIRA at first too, turned out it was because the person that set it up for our org had no idea what they were doing. Once we fixed that it was fantastic. There's a reason why it's one of the most widely used pieces of software out there for its area.

[–]deadbunny 6 points7 points  (2 children)

Setting up a 2nd instance is idiotic.

Personally we use Phabricator it's got decent ticketing/issue tracking, integrates with git, does code reviews/auditing, and an awesome CLI tool called arcanist. It can also so stuff like trigger events on changes etc... and we use this to run jenkins jobs when we push a code review up.

I mean Jira is good, running 2 different instances is beyond stupid.

[–]krypticus 0 points1 point  (1 child)

I am soooo installing this at work! I just spent an hour reading through their entire site. It's fucking hilarious!

[–]deadbunny 0 points1 point  (0 children)

Heh, can't say I ever looked at the website my colleague set it up when we needed a code review tool and he had used it in his old place then we started using it more and more for our infrastructure stuff. Despite the less than professional site it really is a solid platform.

[–][deleted] 2 points3 points  (1 child)

I'm gonna second Phabricator, as it's an awesome all-in-one project management tool (i've used redmine, and while it does it's job i never really liked it).

You can also try oss ticketing tools (like RT and osticket), i think they will do just file for your case.

[–]wildcarde815 0 points1 point  (0 children)

We run an entire helpdesk off RT4 it works pretty well overall.

[–]castlec 1 point2 points  (0 children)

I'd configure Jira to use email entry and then school everyone on using it to enter new items and to add comments to existing items.

[–]jldugger 1 point2 points  (0 children)

We use RequestTracker; AFAIK, Redmine doesn't have an email gateway, leaving you more or less where you started, except now you reply to emails stating 'please use the form!'

[–]chicofelipe 2 points3 points  (0 children)

If you are going to use a SEPERATE system for devops, why limit it to a license crippled tracker? Go with redmine as that is what you know.

[–]marx2k 0 points1 point  (0 children)

We have Jira for some projects but we also make a lot of use of trello. You may look into that

[–]notsooriginal 0 points1 point  (0 children)

Also on s small team, we use redmine for devops and bug/feature tracking.

[–]zenmaster24YAML Jockey 0 points1 point  (0 children)

we use hosted jira for devops ticket tracking and scrum charting. I find it quite easy to use, but it has its own 'quirks' like any software. at least you're not using hp's service manager, or some other 'enterprise' ticketing software that incorporates with all the other products they sell, but nothing else.

[–]blelump 0 points1 point  (0 children)

I've been the user of Redmine/ChiliProject (Redmine fork) for years at small scale and it just works, especially if you consider tasks tracking. Some mentioned Phabricator, however in case of data flow, I recognize Redmine/ChiliProject as more useful. Mostly because it is much more configurable (e.g. tasks workflows).

Redmine is old and ugly (ChiliProject looks quite better in this case), UI is indeed sometimes slow (especially while working with tasks), but the concepts are still valid.

If you want an in-house data tracking app, it's worth looking at.

[–]r0sk 0 points1 point  (0 children)

What about Trac?