Skip to content

Commit

Permalink
Merge pull request #48 from DanilKharlamov/master
Browse files Browse the repository at this point in the history
Added the ability to set a assignee by ID
  • Loading branch information
mattn authored Jun 29, 2021
2 parents a0edd88 + 068b9cb commit b2dd060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type Issue struct {
Author *IdName `json:"author"`
FixedVersion *IdName `json:"fixed_version"`
AssignedTo *IdName `json:"assigned_to"`
AssignedToId int `json:"assigned_to_id"`
Category *IdName `json:"category"`
CategoryId int `json:"category_id"`
Notes string `json:"notes"`
Expand Down

0 comments on commit b2dd060

Please sign in to comment.