Getting field with two words

Getting field in workflow look like "issue.fields.Reviewer".
But I have a field "Fun Review". How I can get it? Editor offers "issue.fields.Fun Review" but it is incorrect.

1
1 comment
Avatar
Permanently deleted user
Official comment

Leonid,

You need to use alternative syntax: "issue.fields['Fun Review']" (enclose the field name in quotes and square brackets and omit '.' sign after 'fields').

Please sign in to leave a comment.