Skip to content

Commit 18c2660

Browse files
committed
Update description after pre commit notes
1 parent 85883ea commit 18c2660

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Packs/Jira/Integrations/JiraV3/JiraV3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ script:
17461746
description: If the field is a custom field, the configuration of the field.
17471747
type: Object
17481748
- 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}.'
17501750
name: summary
17511751
prettyname: Summary
17521752
required: true
@@ -1758,7 +1758,7 @@ script:
17581758
name: issue_type_name
17591759
prettyname: Issue Type
17601760
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}.'
17621762
name: description
17631763
prettyname: Description
17641764
required: true

Packs/MicrosoftTeams/Integrations/MicrosoftTeams/MicrosoftTeams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ script:
772772
name: channel
773773
prettyname: Channel
774774
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}".'
776776
name: message
777777
prettyname: Message
778778
required: true

Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ script:
16841684
description: Retrieves attachments from a ticket.
16851685
name: servicenow-get-ticket-attachments
16861686
- 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}”.'
16881688
name: short_description
16891689
prettyname: Short Description
16901690
required: true
@@ -1751,7 +1751,7 @@ script:
17511751
name: contact_type
17521752
- description: Delivery plan (UID format).
17531753
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}”.'
17551755
name: description
17561756
prettyname: Description
17571757
required: true

Packs/Slack/Integrations/SlackV3/SlackV3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ script:
505505
name: slack-get-conversation-replies
506506
- arguments:
507507
- 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}”.'
509509
name: message
510510
prettyname: Message
511511
required: true

0 commit comments

Comments
 (0)