Live data from Hacker News

Ask HN: Should I fight back management enforcing Jira?

news.ycombinator.com

51–60 of 78 posts

Re: Ask HN: Should I fight back management enforcing Jira?

#51

probably the wrong thread to ask but what should a 5-10 person company with 20-25 outside contractors and lots of costumers that may need to access the issue use? I'm currently consulting for a company who has no issue tracking system. they use an excel sheet which makes it impossible to have conversation about individual issue and nearly impossible to track updates. I can't imagine getting them to spend $300+ a mont…

The dumbest, cheapest, simplest option is e-mail. No matter who they are, if they're an actual company, they have to have an e-mail provider for their domain. This means (at the very least) they can create a single account that will accept e-mailed issues, and forward to all relevant users. Track the issue in e-mail thread replies, which always has the latest updates.

There may be provider-specific productivity features, such as G Suite's Collaborative Inbox, or Exchange's Public Folders. The IMAP Protocol also supports shared mailboxes, so any IMAP server that supports this will allow you to collaborate on issues sorted into folders that multiple users can access. Some open source mail servers definitely support it. Once they pick up a real issue tracking system it will probably support issues created via e-mail, so it can be seamlessly integrated later.

Re: Ask HN: Should I fight back management enforcing Jira?

#52
My team is in a somewhat similar position relative to our company. I like to think of Jira as an interface for management (and in our case, internal customers) to create and manage high-level requests and priorities. Then our team internally creates Trello cards for the actual tasks that need to be done because we find it significantly more efficient than Jira. On our current project, the ratio of Trello cards to Jira tickets is ~15.

As long as we also keep Jira reasonably current with the status of the project, Management's fine with however we want to track our work internally. YMMV.

Re: Ask HN: Should I fight back management enforcing Jira?

#53

I think jira is terrible because it’s complexity does the opposite of what you want management tools to do. It slows production to a crawl unless you invest heavily into change management and into building processes and training. That being said, I think you’d be facing an impossible fight. No developer loves these tools, and as a manager you hear complaints about almost everything imaginable, and if you have jira, a…

I know some orgs end up with crazy Jira processes, but after using it for 7 years in my last company it would be (or similar) the first thing I set up for company larger than 5 people.

We never used the workflows much, didn’t go crazy with required fields, and didn’t over analyze reports. It quickly expanded beyond the tech team. Each department created their own projects of their own accord and used them heavily. It saved a ton of emailing and left a record we could refer back to.

OP shouldn’t have too much trouble mapping their current process to Jira unless they aren’t organizing their work at all.

Re: Ask HN: Should I fight back management enforcing Jira?

#54
post #20

I think you should grow up. I mean, what’s your end game? Do you want to manage or own projects for the rest of your carrer, or do you want to move up and retire early? If the former, propose them a tool that you prefer and meets their requirements (maybe integrates with Jira?). If the latter, be the champion of Jira integration, get to know the new upper management who wants Jira in, explore how you can penetrate th…

No need to sling terms like "you should grow up". There's both a reason a big share of developers hate JIRA with a passion and also a reason business people like it. It's hard to find the fine line of it being useful for both parties and not just making the developers' lives harder and I've seen people having to spend an extra 30min per day just fighting the tool. This is not about whining to keep your independece, this is mostly valid criticism that it creates work instead of making life easier.

Re: Ask HN: Should I fight back management enforcing Jira?

#56
post #53

I think jira is terrible because it’s complexity does the opposite of what you want management tools to do. It slows production to a crawl unless you invest heavily into change management and into building processes and training. That being said, I think you’d be facing an impossible fight. No developer loves these tools, and as a manager you hear complaints about almost everything imaginable, and if you have jira, a…

I know some orgs end up with crazy Jira processes, but after using it for 7 years in my last company it would be (or similar) the first thing I set up for company larger than 5 people. We never used the workflows much, didn’t go crazy with required fields, and didn’t over analyze reports. It quickly expanded beyond the tech team. Each department created their own projects of their own accord and used them heavily. It…

We use jira with around 10 different partners of ours. Where we buy software development on open source projects, but take code-base ownership and handle project management.

We use jira because it’s what the companies use internally, and being in project management in the public sector with more than 500 it systems, well, we’ve been around a lot of tools and know how to adapt to them.

I’ve only seen jira utilised in a way that wasn’t wasteful at one company though, and they’d spent a lot of time streamlining the way they used jira as well as how they wanted us to interact with them.

Every where else they would have done better with a white board and sticky notes, even though that’s not something I’d really recommend either. The worst example was a company that had to assign their own project manager to everything because their developers didn’t know how to label, move or even register things “correctly” in their own jira.

That’s why I think jira is terrible, because it’s designed to fail you miserably unless you spent resources beating it into submission.

Once you’ve beaten it into submission, however, it’s a marvellous tool. I’m just not into that process, I want my technology to work out the box without customisation. That gives me less freedom, but I don’t really care about freedom in “hour registration/planning” software, I simply want it to be as anonymous and easy going as possible with minimal effort.

Re: Ask HN: Should I fight back management enforcing Jira?

#58
post #26

If the requirement is coming from accounting (qualification of spend as capex) there’s no way to push back, but it also doesn’t mean you need to follow the exact process of bigger company. You can negotiate minimum amount of documentation that for legal reasons your team needs to track in JIRA and do just that. Good luck!

Wouldn't that goal (qualification of spend as capex) be solved better by timecards? I don't see how a bug tracker helps unless you abuse it to be a timecard system. Of course, timecard software can be awful too.

Jira has a field for time spent on a ticket, and can produce reports about it pretty quickly. There are also plugins available to let developers use various timers with it, or even integrate with timesheet tools like Harvest.

I’ve worked in a company that qualifies development time as capex. They can’t just treat all developer butt-in-seat hours as capex. They have to allocate it to specific projects.

Using the issue tracker for that can streamline the process and saves the developer having to know which bucket to bill time against for each ticket, because the project manager or whoever can take responsibility for tagging each ticket with the appropriate accounting bucket.

And time spent on maintenance or meetings or peripheral tasks like interviewing candidates or configuring Jira goes into its own buckets that can’t be capitalized. Using the issue tracker to track capitalizable time makes that delineation easy to enforce. If it’s not in the issue tracker, it’s not capitalizable.

Re: Ask HN: Should I fight back management enforcing Jira?

#59

probably the wrong thread to ask but what should a 5-10 person company with 20-25 outside contractors and lots of costumers that may need to access the issue use? I'm currently consulting for a company who has no issue tracking system. they use an excel sheet which makes it impossible to have conversation about individual issue and nearly impossible to track updates. I can't imagine getting them to spend $300+ a mont…

Check out Phabricator, which is open source and easy to set up. It’s got a pretty robust issue database and can be set up with kanban boards.

Re: Ask HN: Should I fight back management enforcing Jira?

#60

    We've got nothing similar to Jira in place and are dealing with things without any dedicated tools
Are you not tracking issues at all? I very frequently look up years old tickets to know why something is the way it is, and I could not imagine working without it.
Post reply on HN