According to what I've found out, to properly auth in Jira cloud you need to base64 encode "your@email.com:API_TOKEN" and use that with the Basic base64string header. This is not currently supported by the library (exacerbated by the fact that it fails to report any errors from Jira).
According to what I've found out, to properly auth in Jira cloud you need to
base64encode "your@email.com:API_TOKEN" and use that with theBasic base64stringheader. This is not currently supported by the library (exacerbated by the fact that it fails to report any errors from Jira).