fix keybinding conflict between consult and org-jira

This commit is contained in:
Peter Tillemans 2024-12-30 13:41:44 +01:00
parent bf6c61336e
commit 9407acbc41

View file

@ -2558,9 +2558,11 @@ Here is a snapshot of the keybindings dd <2024-07-30 Tue>.
(setq org-jira-custom-jqls
'((:jql " assignee = currentUser() and (created > '2024-01-01' or updated > '2024-01-01') order by created DESC"
:limit 100 :filename "this-year")
(:jql " assignee = currentUser() and project = UNILRN order by priority DESC " :limit 100 :filename "~/Projects/unifylearn/jira")
(:jql " assignee = currentUser() and project = TTRK order by priority DESC " :limit 100 :filename "~/Projects/timetrak/jira")
(:jql " assignee = currentUser() and createdDate >= '2024-01-01' order by created DESC " :limit 100 :filename "this-years-work"))
(:jql " assignee = currentUser() and project = UNILRN order by priority DESC "
:limit 100 :filename "~/Projects/unifylearn/jira")
(:jql " assignee = currentUser() and project = TTRK order by priority DESC "
:limit 100 :filename "~/Projects/timetrak/jira")
)
)
(jiralib-login
(auth-source-pass-get "user" "customer/jira")