Skip to content

Instantly share code, notes, and snippets.

View MaximilianMeyer93's full-sized avatar

MaximilianMeyer93

View GitHub Profile
document.getElementById("demo").innerHTML = "Hack the Planet";
#!/usr/bin/python
from jira.client import JIRA
import argparse
import jira.client
parser = argparse.ArgumentParser(description='Automation Jira cards')
parser.add_argument('--key', help='add jira API key')
parser.add_argument('--email', help='Your Jira email')
parser.add_argument('--server', help='Your server URL', required=True)