Through groovy script on an issue, how to write code to set assignees for the subtasks of the issue? I tried getting the subtask objects and iterating through each one of them and setting the assignee id, but i get the error that '"cannot set read-only property: AssigneeId". How should I go about this?