recipient

Recipient of messages related to an issue.

Examples

type Recipient {
  name: String!
  id: String!
  type: String!
}

Fields

Field
Description
Supported fields

name String!

Name of the recipient

id String!

Unique identifier of the recipient

type String!

Type of recipient

References

Fields with this object:

Last updated