Any recommendations?

  • @minorninth
    link
    1211 months ago

    Check out Linear. The startup I was at nearly switched to Jira and then thankfully when a bunch of us protested, we tried Linear and ended up really loving it.

  • Nato Boram
    link
    fedilink
    English
    811 months ago

    The issue list where your Git repos are hosted. For example, GitHub is pretty amazing. GitLab is nice too. There’s also Gitea, which looks like GitHub, which is pretty amazing.

    • @[email protected]
      link
      fedilink
      511 months ago

      I have tried GitHub project boards for hobby repos and was disappointed by how bare bones it was. For example, it did not have support for breaking a story into smaller component stories (like a Jira Epic or task with sub-tasks).

  • @Da_wud
    link
    611 months ago

    For kanban board, I preferred Leankit, now called Agileplace. Everything has JIRA integrations nowadays so it’s hard to recommend something else.

  • @[email protected]
    link
    fedilink
    6
    edit-2
    11 months ago

    My previous company used Jira, and my current company uses Gitlab. For sprint management it works fine.

    There might also be a philosophy aspect relevant here regarding ‘if your sprint management becomes too complex you might be misusing scrum/micromanaging too much’

    Also curious what others here think about using gitlab for this, do you think it lacks features?

  • @[email protected]
    link
    fedilink
    611 months ago

    It might be an unpopular opinion, but Azure Boards has worked well in small and large orgs that I’ve been at. Some teams I’ve worked with also used GitHub projects, depending on your source control and other providers.

    • @BarnsOP
      link
      111 months ago

      Somehow never heard of it, I’ll give it a look!

      • @[email protected]
        link
        fedilink
        611 months ago

        I worked with Azure Boards and the entire TFS stack for multiple years and it’s a horrible experience. It’s very slow, buggy and especially the access-management is so poorly designed, most engineers had admin rights, because we tried for hours and ended it with “fuck it” and gave them admin rights, so they could do their job.

        • @[email protected]
          link
          fedilink
          411 months ago

          Matches my experience. Not everything is bad about azure DevOps, but an awful lot is, and the platform is evolving at a glacially slow pace.

          Generally that’s what you get when working at a Microsoft shop with bean counters at the helm: of course this is bundled with some other Microsoft product so you might have been paying for it in part by just breathing near a windows box with VS installed on it.

  • @[email protected]
    link
    fedilink
    211 months ago

    Since everyone’s placing their favourite non-mainstream non-opensource forge, I don’t feel as bad simping for jetbrains space: https://www.jetbrains.com/space/
    It packs a lot of the intelligence of their IDEs, which comes really handy.

    Mainstream and open source, I’d go for heptapod, i.e. gitlab with mercurial support: https://heptapod.net/
    Why mercurial? Because that’s everything you ever wanted git to be (with proper branching via topics, and convenient and safe history rewriting/traceability to collaborate on PRs).

  • adr1an
    link
    fedilink
    211 months ago

    Vikunja (to-do app with diverse views, incl. Kanban) or onedev (code host with Kanban), they are GPL.

  • @firewyre
    link
    111 months ago

    The ticketing system built into gitlab is all you need. CICD/code/tickets, all under one roof.

  • snoweM
    link
    fedilink
    111 months ago

    Basecamp. Bonus points if you switch to ShapeUp as well.

  • @[email protected]
    link
    fedilink
    English
    111 months ago

    What code hosting do you use? The native issue tracking may be viable and skip the need for a separate tool?