JabberSettings
Represents jabber settings for this YouTrack installation.
This table describes attributes of the JabberSettings
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 JabberSettings. |
isEnabled | Boolean | true if jabber notifications are enabled, otherwise false. |
host | String | Jabber server address. |
port | Int | Jabber server port. |
login | String | Jabber server login. |
serviceName | String | Jabber service name. |