recipient
Examples
type Recipient {
name: String!
id: String!
type: String!
}Fields
Field
Description
Supported fields
References
Fields with this object:
Last updated
Recipient of messages related to an issue.
type Recipient {
name: String!
id: String!
type: String!
}name String!
Name of the recipient
id String!
Unique identifier of the recipient
type String!
Type of recipient
Last updated
