Versions in this module Expand all Collapse all v0 v0.2.0 Aug 25, 2026 Changes in this version + type Options struct + IgnoreOrgs []string + IgnoreProjects []string + OnlyOrgs []string + OnlyProjects []string + Orgs []string + type Source struct + func New(opts Options) (*Source, error) + func (s *Source) Caps() source.Capabilities + func (s *Source) Comment(item core.Card, body string) error + func (s *Source) CreateIssue(string, source.Draft) (core.Card, error) + func (s *Source) GetBoard(projectID string) (*core.BoardData, error) + func (s *Source) ListProjects() ([]core.Project, error) + func (s *Source) Name() string + func (s *Source) SetAssignees(core.Card, []string) error + func (s *Source) SetField(item core.Card, field, option string) error + func (s *Source) SetLabels(core.Card, []string) error + func (s *Source) SetState(item core.Card, state string) error