Skip to content

Commit

Permalink
chore: use GitLab's internal ID instead of global ID
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 11, 2018
1 parent 858cee5 commit bae3c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func FromGitLabIssue(input *gitlab.Issue) *Issue {
issue := &Issue{
Provider: GitLabProvider,
GitLab: input,
Number: input.ID,
Number: input.IID,
Title: input.Title,
State: input.State,
URL: input.WebURL,
Expand Down

0 comments on commit bae3c99

Please sign in to comment.