Skip to content

Commit

Permalink
#1410 Rename case user to assignee (fix compilation error)
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 26, 2020
1 parent 6087476 commit 848d420
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ object Conversion {
.withFieldComputed(_.customFields, _.customFields.map(_.toOutput).toSet)
.withFieldComputed(_.tags, _.tags.map(_.toString).toSet)
.withFieldComputed(_.status, _.status.toString)
.withFieldRenamed(_.user, _.assignee)
.transform
)

Expand Down

0 comments on commit 848d420

Please sign in to comment.