Henrik Nyman

Results 57 comments of Henrik Nyman

language-detection.el is required by ejira. You can install it from melpa. Other dependencies are ox-jira, s, cl-lib and request.

The way I did it was to pull the json of one of the tickets from the rest api with Postman and then manually check what is the name of...

Made small updates to the sync, should work better now with an empty workspace.

Hi, here are some thoughts: 1. Wrong URL path indicates that the server returned status code 404 for login. Maybe it happens after your session expires and for some reason...

I can reproduce the error message you are getting by running `M-x ejira-update-current-issue` when the cursor is on the dummy epic (`ID=PROJECT-NAME-NO-EPIC`). During correct operation, however, this should never happen....

So the easiest way to find the correct mapping for the field key is to go with a browser into the url `https://my.jira.com/rest/api/2/issue/MY-ISSUE-KEY` (I recommend using a json-beautifier plugin for...

Updating tickets of a board in the agenda view seems to be working quite nicely, and is a lot faster compared to the manual update in the `ejira-update-my-projects`.