mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
6 lines
112 B
Go
6 lines
112 B
Go
package jiradata
|
|
|
|
type EpicIssues struct {
|
|
Issues []string `json:"issues,omitempty" yaml:"issues,omitempty"`
|
|
}
|