Henrik Nyman

Results 57 comments of Henrik Nyman

is a placeholder for the heading before the actual ticket summary gets loaded in. In this case an error occured somewhere between those two and thus the placeholders remain. Manually...

The first thing I would do is to try without ejira, using only jiralib2. Something like: ```elisp (jiralib2-assign-issue "" "") ``` Maybe your jira server wants to have a different...

The reason might be that `jiralib2` is using the "name" -field to select the assignable user. Let's dig one layer deeper: use the `jiralib2-session-call` -function: ```elisp (jiralib2-session-call (format "/rest/api/2/issue/%s/assignee" "")...

The jiralib2#6 has an open discussion pending. There has not been activity in months so maybe I will merge it with the modifications. #24 seems to have a FIXME for...

Can you give me an org-file which reproduces this issue for you?

I'm sorry for the documentation, it really is not comprehensive enough... So, the intended way ejira is used is not to enable `ejira-mode` manually. Instead, you configure your JIRA server...

Can you enable debug-on-error `M-x toggle-debug-on-error`, then run the command again and it should give you the stacktrace. I could then take a look at it.

> i have no idea how to make this code look pretty, sorry No problem, I can manage with this one. The issue seems to be that the HTTP response...

The password is asked before the actual request is made so it is not a quarantee that the login was successful. Easy way to check if the login works is...

You can then try the `/rest/api/2/search` with Postman. The request is `POST` and the headers you need are: - `Content-Type: application/json` - `cookie: JSESSIONID=46C...` The cookie expires in a short...