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

Programmer Humor

24975 readers
1330 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
[–] [email protected] 6 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

[–] [email protected] 1 points 16 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.