Closed JuanPabloMF closed 6 years ago
I have a new branch that changes how tasks are pulled in (under a main top-level heading, one per file) to help with org-sparse-trees functionality.
You might have an easier time accomplishing your goal using that branch, as you don't have to select a full buffer's contents any longer, but can simply refile a heading from one buffer into another.
Thanks! I will look into that branch.
In the meantime I found that org-jira-update-worklogs-for-current-issue was creating the new buffers aside from what org-jira-get-issues was doing so I modified it and now the function is only working in my main buffer.
Hi,
I am trying to work inside only one org file, and doing a few wrappers over org-jira-get-issues in order to call jql from a heading properties (that way I can handle a "board" for each heading).
I tried eliminating the calls to project-key buffers in org-jira-get-issues but I am still getting side effects and creation of new buffers. Is there any better way to handle this besides killing the new buffers from inside my wrapper function?