jql - Script Runner: handle custom field with space in expressions -
jql - Script Runner: handle custom field with space in expressions -
i have custom field user picker (single user). field has space in name e.g. "user picker". cannot remove space name used in searches many other people.
i want search issues assignee != user picker. installed script runner , added in advanced search:
issuefunction in expression("", "assignee != user picker") got error: expecting eof, found 'picker' @ line 1, column 25.
i searched net , found should able utilize custom field id eg cf[12345] should able use:
issuefunction in expression("", "assignee != customfield_12345") error: field customfield_12345 not found or not number or date custom field.
is there way of using user picker custom fields spaces in expressions?
thanks
jql
Comments
Post a Comment