How is it different from all the other open-source issue trackers and project managers? Taiga.io, Open project, Focalboard, Redmine, etc Those don't market themselves as similar to Jira, but that's not exactly a feature, so what are the differences in practice?
Hey, Our philosophy behind Plane is based on the concept of "Tasks meets Method." We have specifically designed this product to accommodate various project management practices such as Agile or Waterfall, allowing you to seamlessly implement the framework of your choice. The core idea behind Plane is to provide a solution that is both simple to use and highly extensible. Unlike other tools such as Focalboard, which s…
Plane: Open-Source Alternative to Jira
221–230 of 238 posts
Re: Plane: Open-Source Alternative to Jira
#222Earlier quoted context omitted.
i'm not really sure what your metric is here, or if you're talking about their on-prem version. but the jira hosted by atlassian seems like it runs at about the same speed as most websites. i'm not going to say it's blazing fast, but it's acceptable.
I mean I can't even use the one they host because I wait for things to load and spin.
Re: Plane: Open-Source Alternative to Jira
#223Earlier quoted context omitted.
Nailed it, the biggest issue imho is those state transitions. Why make a state that can’t transition to all others? It takes forever to tease out the intention behind it. State machines are notoriously difficult in code, why add them into something unnecessarily?
We got that from the last audit. They don't like it if everyone could set the state of some ticket and thus circumvent the required workflow. A lot of companies develop certified software and thus have the same requirement.
Re: Plane: Open-Source Alternative to Jira
#224Earlier quoted context omitted.
And then you have some poor suckers doing their damnedest to balance all the demands of all the middle managers who all want servicenow customizations on priority. Truly just a horrifying situation to be subjected to.
Do u happen to work where I work? Lol
Re: Plane: Open-Source Alternative to Jira
#225Earlier quoted context omitted.
It does explain it though? Not everyone who uses Atlassian products use markdown, and I'm pretty confident that the biggest users of Jira aren't software engineers so why would they invest time and effort there?
I wonder where you get your confidence. In my experience as a software engineer in the Bay Area for 25 years, every company I've worked at (all medium to large either ISVs or internet companies) used Jira and at every one of those companies Jira was used most heavily by software engineers.
You don't see the correlation?
Anecdote for anecdote, I've mostly seen Jira used as a help desk tool. Back when I was in school, the professors used it to assign students to classes.
Re: Plane: Open-Source Alternative to Jira
#226I've been looking for a competitive open source alternative to Jira for a non-profit I volunteer at because they cannot afford to pay for any cloud service and Trello has its limitations. Does Plane offer all pro features for open source instances as well? Does it support login via Google or other identity providers?
[2] https://docs.tuleap.org/administration-guide/users-managemen...
Re: Plane: Open-Source Alternative to Jira
#227The Problem with Jira is not that it's dumb or too sophisticated. The first problem is that everyone, even in the same team or org, needs something different from it. Sometimes it is even single individuals needing one particular thing one time, and the same day for another workflow or view another thing. It is when Jira caters to the wrong use case for you right now where the a lot of frustration arises. In a simila…
The biggest issue, in my experience, has always been its performance. Perhaps I have only worked in organisations that have completely misconfigured their Jira instances or the servers are underpowered, but even with the Atlassian Cloud, I am used to waiting 10 seconds to move a ticket from one column to another. Or add a ticket to the backlog, click the backlog, ticket isn't there yet, refresh the backlog, it's ther…
Atlassian changed their strategic focus from on-premise to cloud, and they are making lots of improvements, including performance.
Re: Plane: Open-Source Alternative to Jira
#228Earlier quoted context omitted.
I don't know what value non-developers are getting out of Jira, because I've been asked to produce reports out of Jira at different times and the only thing they ever want is "give me a list of all the X" or "graph the number Y across all the projects". The one thing they all do is go in and mess with the issue workflows: they never improve the workflows, but they sure love adding states and restricted transitions an…
Nailed it, the biggest issue imho is those state transitions. Why make a state that can’t transition to all others? It takes forever to tease out the intention behind it. State machines are notoriously difficult in code, why add them into something unnecessarily?
OTOH Jira does support a way to force you to build a process you’ll honestly follow — there’s a validator that says the person who transitions from Y to Z must be a different person than from X to Y (or say, that it must be a member of a certain team). :)
As an EM I think it is my job to ensure as little paperwork as possible, so I monitor this to make sure workflows don’t waste people’s time, using automations, context-sensitive paths through the workflow, etc. for instance I have a transition that skips past ALL of the steps and doesn’t even need to prompt the user, for when an issue needs to be resolved as “working as intended.”
Re: Plane: Open-Source Alternative to Jira
#229Earlier quoted context omitted.
Is Jira that bad? It sure is a mess, but that's because its requirement are a mess. It is not SAP but that's the idea, something that sits between developers, testers, management, customers, etc... People who want different things, speak different languages, and somehow need to work together. If you just want an issue tracker, there are many options. Bugzilla, Mantis, GitHub, GitLab, Gitea,... Some of them customizab…
Linear and Height are not monsters but they do all those things, if I not mistaken.
There is a big feature gap. And also Linear is even more opinionated, and seems to exist mainly to get you to follow their pet process.
Re: Plane: Open-Source Alternative to Jira
#230Earlier quoted context omitted.
I think one of the biggest problems with Jira is that it's taken the approach of so many other "Enterprise" products made by talentless teams: they just add all functionality into the app that anyone ever asks for. The result is that for some of the companies I've worked for, each team's tickets have different but very similar "workflows" using custom state labels. In some projects when I go to close a ticket, it off…
I've worked at a company that had Cancelled instead of Abandoned - so if you try and "cancel" a ticket you're given a model with two action buttons - Cancelled and Cancel: Cancelled cancels the ticket and Cancel cancels the modal.
Transitions should be verbs. States should be adjectives.
So your transition should have been called “Cancel” so your modal would have had 2 cancel buttons :D
(Or yes, another term should have been picked!)