Set issue Index, not ID, when creating issues from an AS object
parent
2d74e4f555
commit
c982b67626
|
@ -194,7 +194,7 @@ func createIssue(ctx context.Context, ticket *forgefed.Ticket) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
issue := &issues_model.Issue{
|
issue := &issues_model.Issue{
|
||||||
ID: idx,
|
Index: idx,
|
||||||
RepoID: repo.ID,
|
RepoID: repo.ID,
|
||||||
Repo: repo,
|
Repo: repo,
|
||||||
Title: ticket.Summary.String(),
|
Title: ticket.Summary.String(),
|
||||||
|
|
Loading…
Reference in New Issue