NotificationsUserProfile
Represents the notification settings in the profile of the specific user.
Related Resources
Below you can find the list of resources that let you work with this entity.
Attributes
This table describes attributes of the NotificationsUserProfile
entity.
To receive an attribute in the response from the server, specify it explicitly in the
fields
request parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
id | String | The ID of the NotificationsUserProfile. |
notifyOnOwnChanges | Boolean | Indicates whether the user receives notifications on their own changes. |
emailNotificationsEnabled | Boolean | Indicates whether the user enabled notifications via email. |
mentionNotificationsEnabled | Boolean | Indicates whether the user receives notifications when they is mentioned in issue text. |
duplicateClusterNotificationsEnabled | Boolean | Indicates whether the user receives notifications about issue's duplicates. |
mailboxIntegrationNotificationsEnabled | Boolean | Indicates whether the user receives notifications produced by mailbox integration. |
usePlainTextEmails | Boolean | Indicates whether the user receives emails in plain text. |
autoWatchOnComment | Boolean | Indicates whether the user is automatically subscribed to the issue or article updates when they leave a comment. |
autoWatchOnCreate | Boolean | Indicates whether the user is automatically subscribed to the issue or article updates when they create it. |
autoWatchOnVote | Boolean | Indicates whether the user is automatically subscribed to the issue updates when they vote for the issue. |
autoWatchOnUpdate | Boolean | Indicates whether the user is automatically subscribed to the issue or article updates when they update it. |