This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from jira import JIRA | |
| import csv | |
| # Instructions | |
| # ------------ | |
| # | |
| # 1. Create a CSV file with "Summary" and "Description" headers and fill out appropriately. | |
| # 2. Modify the varaibles in the lines below as appropriate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import socket | |
| import struct | |
| import binascii | |
| import time | |
| import json | |
| import urllib2 | |
| import time | |
| # Adapted from https://gist.github.com/laborspy/910ec47563603c6a5668 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a test | |
| So is this |