this post was submitted on 13 Jul 2025
166 points (100.0% liked)

Programmer Humor

37164 readers
281 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] davel@lemmy.ml 14 points 22 hours ago (6 children)

Hey I liked JIRA. I liked it even more after they forced us use Saleforce for issue tracking 💀

[–] stsquad@lemmy.ml 7 points 17 hours ago (2 children)

Jira is alright, not great, not terrible. You need something to track projects and break down work and say least being ubiquitous a lot of people are familiar with it.

Teams is a dumpster fire of excrement though.

[–] fanbois@hexbear.net 5 points 16 hours ago (1 children)

I got fired two weeks ago and it fucks me up pretty badly.

But the fact that i don't have to use Teams, at least for a while, is just such a relief. Fuck that shit.

[–] stsquad@lemmy.ml 5 points 15 hours ago

Sorry to hear that. Good luck finding a new gig without needing to interact with Teams again.

[–] barubary@infosec.exchange 3 points 16 hours ago (1 children)

Any ticket system that doesn't even let you copy/paste text snippets in (like, say, a bit of JSON from a log file) without messing up the rendering¹ is terrible.

¹) In two different ways: The rich text editor mangles data one way, but when you submit your comment, Jira mangles it in a different way. You never know what you're going to get.

[–] stsquad@lemmy.ml 2 points 15 hours ago

I used to update my tickets from Emacs org-mode where I kept my working set off knowledge. The org export functions dealt with whatever format Jira expects. Nowadays I'm mostly tracking stuff so my comments are generally never more than a "thanks", 👍 or occasionally a link to the patch series or pull requests.

load more comments (3 replies)