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
the server is: https://xxx.atlassian.net
The text was updated successfully, but these errors were encountered:
I re-confirm the credentials and url, that's correct.
I guess it's because my account is a customer's account? will this have an impact and cause this issues?
how to use atlassian-python-api to get servicedesk/customer infos?
It's that avaliable?
but return
401 Client Error: Unauthorized for url: xxx
the server is:
https://xxx.atlassian.net
The text was updated successfully, but these errors were encountered: