You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps for authentication outlined in the README. Because my organization uses two-factor authentication, I added the site, username, and API token. I get this error:
Fetching issues...
[error] request--callback: peculiar error
"JIRA_ERROR - see your *Messages* buffer for more details."
"JIRA_ERROR REQUEST: "
"/rest/api/2/search"
(:type "POST" :data "{\"jql\":\"assignee = currentUser() and resolution = unresolved ORDER BY\\n priority DESC, created ASC\",\"maxResults\":100}")
"JIRA_ERROR RESPONSE: "
nil
error in process sentinel: JIRA_ERROR - see your *Messages* buffer for more details. [2 times]
The first post on Reddit implies the assignee field wasn't configured on their instance (and is now a default in org-jira, but can be customized). I don't see that output in your error message - maybe upping the request.el log level will give some insights?
I would also try to craft a plain old command-line equivalent and call the endpoint with curl - if that won't work, neither will org-jira (as it's really just relying on curl calls under the hood).
I followed the steps for authentication outlined in the README. Because my organization uses two-factor authentication, I added the site, username, and API token. I get this error:
It seems like someone on Reddit had this issue a while back, but there was no consensus on a resolution: https://www.reddit.com/r/emacs/comments/qy8z9r/anyone_using_orgjira_with_any_success_with_the/?rdt=39249.
The text was updated successfully, but these errors were encountered: