Skip to content

Instantly share code, notes, and snippets.

View lisaak1's full-sized avatar

Štěpán Liška lisaak1

View GitHub Profile
import requests
from requests.auth import HTTPBasicAuth
import re
from StringIO import StringIO
import urllib
JIRA_URL = 'https://your-jira-url.tld/'
JIRA_ACCOUNT = ('jira-user@email.com', 'jira-api-token-for-the-user')
# the JIRA project ID (short)