When some `parameters` property is not defined it will throw Exception as there is no array to iterate upon: **Example:** <img width="1478" alt="image" src="https://user-images.githubusercontent.com/1223799/191478904-90cfc9b3-5493-4bab-a198-430b01714bb5.png"> **Fix:** Various: - Following line needs to be handled in a defensive way so the program wont throw https://github.com/Naturalclar/issue-action/blob/master/src/setIssueAssignee.ts#L20 - Explicitly document that all fields are required