Henrik Nyman

Results 57 comments of Henrik Nyman

Some progress, at least now I know what is stealing the focus from dmenu. If I kill swaybar, everything works as expected. I think swaybar has a refresh interval of...

Since the browser is using cookie-based authentication as well, it should be possible to get jiralib2 working, too. If you have too many failed login attempts through the API, Jira...

Colored text was something I also ran into, but did not end up implementing as there was no support for it in the org-mode. It would be really nice if...

Sounds like a good idea to have an alist for custom fields that would be mapped into properties. The custom fields for epic and sprint would still remain as separate...

If I undersood correctly it seems that the sprint is already parsed when giving it to `ejira--parse-sprint`. In my case the value given to it is an array of strings...

It certainly looks like the "next gen" project is giving the sprint information in an alread-parsed format. Supporting it would be straightforward, though I would likely need a sample of...

Easiest is to use a browser and go to `/rest/api/2/issue/`. Select an issue from the next gen jira project, and pick one that for sure has a sprint linked to...

Thanks! Indeed, the sprints are pre-parsed. This would sonehow need to be dynamic, as a user can probably have both classic and next-gen projects at the same time. This should...

My apologies for not getting back to this! I pushed a fix candidate to branch `fix/preparsed-sprint`, go ahead and check if it solves the issue for you.

@Artawower For the first issue I cannot say anything right away, but for the priority error: have you configured your `ejira-priorities-alist` to match the priorities in your JIRA instance and...