jiralib2 icon indicating copy to clipboard operation
jiralib2 copied to clipboard

Lisp bindings to JIRA REST API (used by Ejira)

Results 8 jiralib2 issues
Sort by recently updated
recently updated
newest added

Add Bearer token support

Corresponds to ejira pull request.

Our Jira instance seems to work with different token authentication but it is very similar to the token authentication (just use `Bearer` instead of `Token` in Authentication field. I'd like...

Hi, I've for a while been experiencing problems with requests against JIRA Cloud. When using the default curl backend of request, I'm running into what seems to be a race...

I need to see what kind of JSON we get "raw" from this query but I don't think converting Issue labels to lisp labels is what's intended.

This has been lying around in my local copy from prior debugging sessions. I thought maybe it would be helpful to share a more verbose error during a session call....

So Jira server at my corp using SAML frontend which requires javascript to as for AD auth then RSA auth then one gets a cookie. In full featured browsers this...

This is the only way I found to make token-based authentication to work.