A repo with Python REST API scripts for Jira Server & Data Center
These scripts could not be created without the atlassian-python-api package
created by the awesome people from: https://github.com/atlassian-api
please give them a follow and you could find more information
on how you can create your own scripts using their documentation below:
https://atlassian-python-api.readthedocs.io/
In order to be able to use these Python scripts there are some steps needed as pre-condition:
- First make sure that you have Python v.3+ installed on your computer
you can check via CMD (command prompt) withpy -V
if you cannot find any version of Python on your pc, make sure you install it
if you install it and still cannot find the version via cmd
make sure you are in the right path, for me it worked withcd C:\Users\MyUsername\
the above line in CMD should provide you the correct path to check withpy -V - Make sure that you have "pip" installed & upgraded
you can directly write via CMDpy -m pip install --upgrade pip
you can also check the version of pip withpy -m pip --version - Ensure that you have setuptools and wheel up to date
run via CMDpy -m pip install --upgrade pip setuptools wheel
you should see a confirmation that tools & wheel have been installed/upgraded - The last step is to install atlassian-python-api
run via CMDpy -m pip install atlassian-python-api
you should see a lot of download & successful installation messages
❗ Make sure that you add the "atlassian-python-api" package to your IDE in order to run the scripts
I personally use PyCharm, adding the package you installed at step 4 is eazy:
- Go to File -> Settings -> find "Project: pythonProject"
-> select Python Interpreter -> on the right side window pree the plus icon ":heavy_plus_sign:"
-> search foratlassian-python-api-> click on it and press "Install Package" ✅
Youtube: https://www.youtube.com/channel/UCOv7EWVV4seJgHVB1AjJtUw
Discord: https://discord.com/invite/KmhjNmZxhS