SlackChannel
No description
type SlackChannel { enabled: Boolean! name: String hookURL: String triggers: SlackChannelTriggers!}
#
Fieldsenabled
(Boolean!
)#
enabled is whether this Slack channel is enabled to send comments to its correlated web hook
name
(String
)#
name is the name assigned to the Slack channel
hookURL
(String
)#
hookURL defines the URL that comments will be sent to
triggers
(SlackChannelTriggers!
)#
triggers are the filters of types of comments that will be sent to the correlated channel