Skip to main content

github.updateissueprops.assignees

Home > @runlightyear/github > UpdateIssueProps > assignees

UpdateIssueProps.assignees property

Logins for Users to assign to this issue. Pass one or more user logins to replace the set of assignees on this Issue. Send an empty array ([]) to clear all assignees from the Issue.

NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise.

Signature:
assignees?: Array<string>;