Skip to content

Instantly share code, notes, and snippets.

@JustellVonk
JustellVonk / MyJiraQuery.py
Created August 1, 2018 18:41
Edited code for Linux.
#!/usr/bin/env python
from jira import JIRA
import getpass
options = {
'server': 'https://pmc.acronis.com/'
}
login = raw_input('Login:')
p = getpass.getpass('Password:')