gitlab-org--gitlab-foss/lib/bitbucket/representation
Bart Libert 4bfd54f3d2
Import bitbucket issues that are reported by an anonymous user
For these kind of issues, the "reporter" field is present but zero.
In such a case, "fetch" will not return the default value, but it will
return nil.
Hence, importing fails, because the "username" field of nil is referenced

Fixes issue #44381
2018-05-24 13:28:58 +02:00
..
base.rb
comment.rb
issue.rb Import bitbucket issues that are reported by an anonymous user 2018-05-24 13:28:58 +02:00
pull_request.rb
pull_request_comment.rb
repo.rb
user.rb