Integration with Stride and Slack
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Contents
Starting with version 4.0.13 of Power Scripts™, we have added the ability to use SIL™ scripts in order to send messages to Stride and Slack.
Specific SIL™ integrations
Predefined structures for a Stride message
Name | Field | Type |
|---|---|---|
JStrideMessage | version | number |
type | string | |
content | JStrideContent[] | |
JStrideContent | type | string |
text | string | |
content | JStrideContent[] | |
marks | JStrideMarks[] | |
attrs | JStrideAttrs | |
JStrideMarks | type | string |
attrs | JStrideAttrs | |
JStrideAttrs | id | string |
localId | string | |
state | string | |
panelType | string | |
href | string | |
title | string | |
color | string | |
type | string | |
text | string | |
shortName | string |
Predefined structures for a Slack message
Name | Field | Type |
|---|---|---|
JSlackMessage | channel | string |
text | string | |
attachments | JSlackAttachment[] | |
JSlackAttachment | pretext | string |
fallback | string | |
title | string | |
title_link | string | |
text | string | |
color | string |