this post was submitted on 13 Jul 2025
748 points (98.8% liked)

Programmer Humor

24980 readers
1430 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sudo_shinespark@lemmy.world 7 points 1 day ago (1 children)

I’ve had to write some automations using the Jira Cloud API. holy shit, is this an accurate pyramid

[–] AAA@feddit.org 1 points 15 hours ago

What happened? I also worked with the JIRA API (on-prem tho), and didn't run into bigger troubles.

The only thing I really dislike is the "discovery" process. I don't have much to compare it to, but going through /createmeta/ and what keys are allowed/work or not and how to get to the correct service, and what data is shown or not. Maybe I did it wrong.