Atlassian
Jira Handler
The JiraHandler class is a tool that helps developers easily connect to Jira and perform common operations like creating, updating, and managing issues or projects. If you’ve ever used Jira for tracking bugs, managing tasks, or following project progress, this class makes it simpler to automate those activities using Python.
Jira Handler Code
The JiraHandler connects to Jira using an email, API token, and organization details. This setup allows the program to interact with Jira, making it easy to manage tasks, projects, and issues programmatically.
To set up Confluence with email, token, and organization access, you can follow these steps in the given link.
Set up Email, Token and Organisation as an environmental variable and run the following code.
jira_handler.py
Result
jira