Hello,
I was trying to make a JIRA object and used basic_auth, which went through, and set the server to a specific site (https://mybaselink.com). However, when I run the Python script, I get an error that claims there's null for a given uri:
https://mybaselink.com/rest/api/2/serverInfo
Based on the documentation for jira library, I understand that there are defaults. However, the defaults (2, which refers to rest api version, and serverInfo) interfere with my specific api path. Is there a way to prevent '2' and 'serverInfo' from appearing in the uri due to the defaults?
Thanks!