-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slack bb fixes #31393
Slack bb fixes #31393
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, some comments:
- please add documentation
- please add unit test to cover this flow(noticed no test broken in the change)
- see my comments.
Packs/Slack/ReleaseNotes/3_2_8.json
Outdated
@@ -0,0 +1,4 @@ | |||
{ | |||
"breakingChanges": true, | |||
"breakingChangesNotes": "SlackBlockBuilder no longer relies on the XSOAR API in order to update an incident's context. As such, playbooks which currently use the SlackBlockBuilder script should be modified as described in the documentation." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should name the location of the relevant documentation. like "readme, sub section {name}"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. see may comments.
Packs/Slack/Playbooks/playbook-Slack_BlockBuilderExample_README.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,4 @@ | |||
{ | |||
"breakingChanges": true, | |||
"breakingChangesNotes": "- SlackBlockBuilder no longer relies on the XSOAR API in order to update an incident's context. As such, playbooks which currently use the SlackBlockBuilder script should be modified as described in the documentation.\n- Additional information regarding the change and migrating to pack version 3.3.0 can be found [here.](https://xsoar.pan.dev/docs/reference/scripts/slack-block-builder#troubleshooting)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to test that this link is working on the popup before merge.
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-31182
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-31179
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-28661
Description
SBB was using the internal API to post updates to an incident's context. We've changed the implementation to remove the need to the internal API call.
Must have