Skip to main content

Posts

Featured

REST API - Get all projects using Python

 It works! Source: https://learnersgalaxy.ai/wp-content/uploads/2024/01/Python-Symbol.png It is easy to do. Especially when it's in Python. Compared to other languages,it takes few lines of code to actually get the request. It uses the basic auth that includes your email address and your Atlassian API key. Use any IDE that you want. I use VS Code with the icons of course! That is the vscode icons widget. It's more aesthetically acceptable. Once you run the code you will get the output in the JSON format. It can look really...ugly. But it does give you some valuable information, though. Like project ID, project type, the style - which is still showing the old school next-gen. Go ahead, try it for yourself!

Latest Posts