You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org-sync-root-set function to set the root of project issues, sets the root to the current heading
org-sync-project-sync function to sync the current project with the repository
org-sync-project-import function to import interactively all project issues, if at a header make the header to the project root, else insert new header at the level of the nearest top header with the predefined title "Issues for some-project"
org-sync-issue-create function to create a new issue
org-sunc-milestone-create function to create a new milestone
all issues under a milestone should belong to them, so moving issues from outside in should add milestone property and otherwise
all unassigned issues should be under the project root or under other non-milestone nodes
milestones are not allowed to be nested
issues are not allowed to be nested
show all vs. only assigned to me issues
The text was updated successfully, but these errors were encountered:
Some ideas for the public API:
os
function;org-sync-root-set
function to set the root of project issues, sets the root to the current headingorg-sync-project-sync
function to sync the current project with the repositoryorg-sync-project-import
function to import interactively all project issues, if at a header make the header to the project root, else insert new header at the level of the nearest top header with the predefined title "Issues for some-project"org-sync-issue-create
function to create a new issueorg-sunc-milestone-create
function to create a new milestoneThe text was updated successfully, but these errors were encountered: