Searched defs:Issue (Results 1 – 2 of 2) sorted by relevance
80 type Issue struct { struct81 Id int `json:"id"`82 Project string `json:"projectId"`83 Title string `json:"title"`84 Labels []string `json:"labels"`88 func (i Issue) URL() string {