fix keybinding conflict between consult and org-jira
This commit is contained in:
parent
bf6c61336e
commit
9407acbc41
1 changed files with 5 additions and 3 deletions
8
init.org
8
init.org
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue