Post-function "Create issues and subtasks: error on setting assignee

Issue #649 resolved
Scott McDonald created an issue

Hello:

Trying to set the assignee of each subtask based on the description I'm setting but running into a parse error. You'll see the user is unassigned but even if I enter in a name, I still receive the error - PARSE ERROR: Reference index "0" in "^%" string code is higher than maximum allowed for current expression, which is -1.

Logic on Description: getMatchingValue(^%, ["Desk & Floor Plan Update", "Badge Access", "SFDC", "IT Access"], ["Unassigned", "Unassigned", "Unassigned", "Unassigned"])

Logic on text to be parsed for Assignee: getMatchingValue(^%, ["Desk & Floor Plan Update", "Badge Access", "SFDC", "IT Access"], ["Unassigned", "Unassigned", "Unassigned", "Unassigned"])

I've also attached a screenshot. Thank you! Scott

Comments (1)

  1. Log in to comment