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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’ve had to write some automations using the Jira Cloud API. holy shit, is this an accurate pyramid
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.