Skip to content

Fix failure when issue author is nil

Jarka Kadlecova requested to merge 36860-deleted-user-fix into master

What does this MR do?

It checks if the issue.author is present before it calls an issue.author attribute.

This is temporary fix as described in the related issue. After the data migration data step will be done this can be reverted

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

issue.author.id caused a failure

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#36860 (closed)

Edited by Jarka Kadlecova

Merge request reports