I\'m a newbie to python, trying my hands on python - Jira,
I have the below code,
def login_jira(un, pwd): return JIRA(basic_auth=(un, pwd), options={