this post was submitted on 22 Aug 2023
2 points (100.0% liked)

Experienced Devs

3956 readers
1 users here now

A community for discussion amongst professional software developers.

Posts should be relevant to those well into their careers.

For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:

founded 1 year ago
MODERATORS
 

Any recommendations?

top 3 comments
sorted by: hot top controversial new old
[–] lautech@discuss.tchncs.de 1 points 1 year 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.

[–] NatoBoram@lemm.ee 0 points 1 year ago (1 children)

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.

[–] CodeMonkey@programming.dev 1 points 1 year 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).