Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2025 Changes in this version + func IssueStateFromString(state string) string + func ParseIssueArg(arg string) (int, bbrepo.Interface, error) + type Content struct + HTML string + Markup string + Raw string + type Issue struct + Assignee *User + Content *Content + CreatedOn string + ID int + Kind string + Links Links + Priority string + Reporter User + State string + Title string + UpdatedOn string + Votes int + Watches int + func (i *Issue) Body() string + func (i *Issue) HTMLURL() string + func (i *Issue) KindDisplay() string + func (i *Issue) PriorityDisplay() string + func (i *Issue) StateDisplay() string + type IssueList struct + Next string + Page int + PageLen int + Previous string + Size int + Values []Issue + type Links struct + Avatar struct{ ... } + HTML struct{ ... } + Self struct{ ... } + type User struct + AccountID string + DisplayName string + Links Links + Nickname string + UUID string