I have made a command line interface for Jira. Formerly, my username did not include an `@` and it all worked perfectly. I now have a username like `user@domain` and the authentication fails with a 401 status code.
Whenever I make a request in the browser, I can do so by putting the `user@domain.com` within quotes, e.g. https://jira.mydomain.com/rest/api/2/search?jql=assignee="user@domain"
However, putting the username in quotes for the authentication doesn't work. I also tried escaping with `\`, encoding the at sign as %40 and also with unicode. Nothing works.
Does anyone have any idea? All help is much appreciated!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.