Skip to content

Instantly share code, notes, and snippets.

View mjrider's full-sized avatar
😎
Improving the world 1 LOC at a time

Robbert Müller mjrider

😎
Improving the world 1 LOC at a time
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-username', 'jira-password')
# the JIRA project ID (short)
JIRA_PROJECT = 'PRO'