Skip to content

Instantly share code, notes, and snippets.

View florisb's full-sized avatar

Floris Barnhoorn florisb

  • The netherlands
View GitHub Profile

Keybase proof

I hereby claim:

  • I am florisb on github.
  • I am florisb (https://keybase.io/florisb) on keybase.
  • I have a public key ASCHVET7_XHMR7fH01hmzIM3F-ma9LE8wGAyV6V5A3V2Dgo

To claim this, I am signing this object:

import requests
from requests.auth import HTTPBasicAuth
import re
from StringIO import StringIO
JIRA_URL = 'https://your-jira-url.tld/'
JIRA_ACCOUNT = ('jira-username', 'jira-password')
# the JIRA project ID (short)
JIRA_PROJECT = 'PRO'
GITLAB_URL = 'http://your-gitlab-url.tld/'