Skip to main content
jira_tools.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export environment variables

4

Choose Jira authentication

JIRA_TOKEN is the preferred secret. To use a Jira password instead, replace JIRA_TOKEN with JIRA_PASSWORD.
5

Run the example

Save the code above as jira_tools.py, then run:
Full source: cookbook/91_tools/jira_tools.py