Recipient of messages related to an issue.
type Recipient { name: String! id: String! type: String! }
name String!
String!
Name of the recipient
id String!
Unique identifier of the recipient
type String!
Type of recipient
{} IssueMessage.recipients
Last updated 7 months ago