Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + var IssuePriorities = []apistructs.IssuePriority + var IssueTypes = []apistructs.IssueType + type Option func(*Workbench) + func WithBundle(bdl *bundle.Bundle) Option + func WithIssue(i *issue.Issue) Option + type Workbench struct + func New(options ...Option) *Workbench + func (w *Workbench) GetUndoneProjectItems(req apistructs.WorkbenchRequest, userID string) (*apistructs.WorkbenchResponse, error)