jira.client.JIRA object at 0x00000000028CC400 error in jira-025 python library instal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanyogita
    New Member
    • Feb 2016
    • 2

    jira.client.JIRA object at 0x00000000028CC400 error in jira-025 python library instal

    Code:
    from jira.client import JIRA
    
    jira_options={'server': 'https://jira.atlassian.com'}
    jira=JIRA(options=jira_options,basic_auth=('*******','******'))
    I am getting error as
    https://jira.atlassian. com/rest/api/2/serverInfo
    Exception jira.exceptions .JIRAError: JIRAError() in <bound method JIRA.__del__ o
    f <jira.client.JI RA object at 0x0000000002927 400>> ignored

    What is reason behind this exception?
    Any suggestion is welcome
Working...