Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultMaxExpansion = 1000
Variables ¶
This section is empty.
Functions ¶
func ParseExpressions ¶
ParseExpressions expands issue-key expressions into canonical Jira keys. Supported forms are single keys, comma lists, and inclusive ranges using ":" or ".." with either a numeric end or a full issue key end.
Types ¶
type ExpansionLimitError ¶ added in v0.2.0
type ExpansionLimitError struct {
Max int
}
ExpansionLimitError reports a locally-enforced issue-key expansion limit.
func (*ExpansionLimitError) Error ¶ added in v0.2.0
func (e *ExpansionLimitError) Error() string
func (*ExpansionLimitError) Hint ¶ added in v0.2.0
func (e *ExpansionLimitError) Hint() string
Click to show internal directories.
Click to hide internal directories.