Skip to content

Instantly share code, notes, and snippets.

View kittoh's full-sized avatar

Kitto Hernandez kittoh

  • Puerto Princesa City, Philippines
  • X @kittoh_
View GitHub Profile
@kittoh
kittoh / create_issue_with_attachment.py
Created March 21, 2021 17:18
Creates Issue for JIRA which includes an attachment file
from jira import JIRA
import click
ISSUE_SUMMARY = "TEST SUMMARY from kittoh"
ISSUE_DESCRIPTION = """TEST
1.
2.
3.
"""