Open mrkhachaturov opened 2 months ago
Thank you for opening this issue!
🔔 @emanguy @svenwiegand @koseduhemak @rnprest @LunaticMuch @nick318 @marinsokol you might want to have a look.
I have the same problem.
Same issue, it's a matter of changing authorizationHeader from jiraCredentials.ts
Instead of Basic ${btoa(
${email}:${token})}
;
Could be something like this:
Bearer ${token}
;
Or give the option between personal token and basic authentication. And depending on config use proper authorizationHeader Kind regards,
Extension
https://www.raycast.com/emanguy/jira-search-self-hosted
Raycast Version
1.82.3
macOS Version
No response
Description
Extension always show error
Check you network connection
Tested from local host with curl command
Result shows all projects. So token is working and also there is no error with network.
Steps To Reproduce
1.defining jira server url and token
Current Behaviour
error
Check you network connection
Expected Behaviour
Working extension