org-sync icon indicating copy to clipboard operation
org-sync copied to clipboard

Issue Tracking Synchronization for Emacs Org-mode.

Results 30 org-sync issues
Sort by recently updated
recently updated
newest added

This commit updates `org-sync-gitlab-backend` to allow it to properly parse urls with multiple subgroups. I've replaced the regex that was used, to now use the `url-parse` functions that come with...

I see somebody else was getting 404s in #45 However I am still getting them I don't have /issues at the end. the url I am trying to import is...

Well it's more of an error message than real handling but it'll do for now, at least we'll be a bit more explicit about what is going on instead of...

Fetching the issue list is done in a single call and with `?per_page=100` so we only get 100 issues. Obviously need to fetch all of them!

I tried importing from redmine (version 3.3) which creates the appropriate entries in the org file, but all issues are shown with a "CLOSED" state. Changing an issue to closed...

E.g.: `New_Issue` becomes `New` when syncing. Linked to issue #22

bug
core

When I ran into #41 but before I knew what caused it all I got from Emacs/org-sync was: `helm-M-x: JSON readtable error` which isn't particularly helpful at all. I think...

enhancement
gitlab

A Jira backend would be really great, at work they use jira and I get used to writing my tasks in orgmod and syncying up would make life much easier.

We should support mapping gitlabs due date to orgs DEADLINE.

enhancement
gitlab

When I tried to import [one of my projects](https://github.com/HackspaceJena/calcifer) I get this backtrace: `````` Debugger entered--Lisp error: (error "Invalid date: 2015-06-14T13:10:31Z") signal(error ("Invalid date: 2015-06-14T13:10:31Z")) error("Invalid date: %s" "2015-06-14T13:10:31Z") byte-code("\300\301\302\217\207"...

bug
github