File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
MicrosoftTeams/Integrations/MicrosoftTeams
ServiceNow/Integrations/ServiceNowv2
Slack/Integrations/SlackV3 Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1746,7 +1746,7 @@ script:
1746
1746
description : If the field is a custom field, the configuration of the field.
1747
1747
type : Object
1748
1748
- arguments :
1749
- - description : ' A summary of the issue. Use issue fields as variables to enrich the text. Example: ${issue.name}'
1749
+ - description : ' A summary of the issue. Use issue fields as variables to enrich the text. Example: ${issue.name}. '
1750
1750
name : summary
1751
1751
prettyname : Summary
1752
1752
required : true
@@ -1758,7 +1758,7 @@ script:
1758
1758
name : issue_type_name
1759
1759
prettyname : Issue Type
1760
1760
required : true
1761
- - description : ' A description of the issue. Use issue fields as variables to enrich the text. Example: ${issue.details}'
1761
+ - description : ' A description of the issue. Use issue fields as variables to enrich the text. Example: ${issue.details}. '
1762
1762
name : description
1763
1763
prettyname : Description
1764
1764
required : true
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ script:
772
772
name : channel
773
773
prettyname : Channel
774
774
required : true
775
- - description : ' The message to send to the channel or team member . Use issue fields as variables to enrich the text. Example: “${issue.details}"'
775
+ - description : ' The message to send to the channel. Use issue fields as variables to enrich the text. Example: “${issue.details}". '
776
776
name : message
777
777
prettyname : Message
778
778
required : true
Original file line number Diff line number Diff line change @@ -1684,7 +1684,7 @@ script:
1684
1684
description : Retrieves attachments from a ticket.
1685
1685
name : servicenow-get-ticket-attachments
1686
1686
- arguments :
1687
- - description : ' Short description of the ticket. Use issue fields as variables to enrich the text. Example: “${issue.name}”'
1687
+ - description : ' Short description of the ticket. Use issue fields as variables to enrich the text. Example: “${issue.name}”. '
1688
1688
name : short_description
1689
1689
prettyname : Short Description
1690
1690
required : true
@@ -1751,7 +1751,7 @@ script:
1751
1751
name : contact_type
1752
1752
- description : Delivery plan (UID format).
1753
1753
name : delivery_plan
1754
- - description : ' Ticket description. Use issue fields as variables to enrich the text. Example: “${issue.details}”'
1754
+ - description : ' Ticket description. Use issue fields as variables to enrich the text. Example: “${issue.details}”. '
1755
1755
name : description
1756
1756
prettyname : Description
1757
1757
required : true
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ script:
505
505
name : slack-get-conversation-replies
506
506
- arguments :
507
507
- default : true
508
- description : ' The message to send to the channel or team member (to) . Use issue fields as variables to enrich the text. Example: “${issue.details}”'
508
+ description : ' The message to send to the channel. Use issue fields as variables to enrich the text. Example: “${issue.details}”. '
509
509
name : message
510
510
prettyname : Message
511
511
required : true
You can’t perform that action at this time.
0 commit comments