A wrapper around Jira API to run jira commands missing in their UI as oneliners
Project description
jira_easy_api
A wrapper around Jira API to run jira commands missing in their UI as oneliners
Installation
Use the package manager pip to install jira_easy_api.
pip install jira_easy_api
Usage
from jira_easy_api_core import JiraClient
jira_api_token="2pU1YDiGagbISzfGgDzfzE5C"
jira_workspace_url='https://your_workspace.atlassian.net'
jc=JiraClient(jira_workspace_url,"your_email@gmail.com",jira_api_token) #Initialize Jira Client
issues=jc.get_all_issues_by_project_name("FP") #Get all issues/tasks
jc.create_new_issue("FP", "Test task", "It works!") #Create new issue/task
jc.update_issue_by_name("FP-377",{"description":"Test"}) #Update existing issue/task
issues=jc.get_all_issues_by_project_name("FP")
issue_ids=[str(issue) for issue in issues]
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Currently implemented
- Get all issues
- Create new issue
- Update issue
- Delete issue
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jira_easy_api-0.1.2.tar.gz.
File metadata
- Download URL: jira_easy_api-0.1.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12708bfb91070b191554dc059b522ce52960249b02690a91abb3724583defa32
|
|
| MD5 |
4bbfbb93fee0439cb5c3348e6183d17e
|
|
| BLAKE2b-256 |
1aee1400b043655bdeb3b5546609ddcbe9a115f0ce4aa2ddef1d48c58cbf3b40
|
File details
Details for the file jira_easy_api-0.1.2-py3-none-any.whl.
File metadata
- Download URL: jira_easy_api-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fefe9826c055aa0be95e656c848ea41ef6224e24eed7fef99e36a223d9c2d662
|
|
| MD5 |
c7db88cc94114583b9dff0c5833bb343
|
|
| BLAKE2b-256 |
c124b85734da08c7980c9416f9cdaf78cb26e3cdab44dbe845b7ab212926d2a2
|