You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to use atlassian-python-api to get servicedesk/customer infos?
It's that avaliable?
service_desk=ServiceDesk(
url=self.server,
username=self.username,
password=self.password,
cloud=True# Set to False if using Jira Server/Data Center# cookies=cookie_dict
)
service_desks_info=service_desk.get_service_desks()
but return 401 Client Error: Unauthorized for url: xxx