Skip to content
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

added new XSIAM content items - case fields, layouts and layout rules #4240

Merged
merged 50 commits into from
Jun 5, 2024

Conversation

yucohen
Copy link
Contributor

@yucohen yucohen commented Apr 17, 2024

Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items. #4240

demisto_sdk/commands/common/schemas/casefield.yml Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/common.py Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/common.py Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/common.py Outdated Show resolved Hide resolved
demisto_sdk/commands/content_graph/parsers/case_field.py Outdated Show resolved Hide resolved
Comment on lines 193 to 195
self.data["group"] != "incident"
and self.data["group"] != "indicator"
and self.data["group"] != "case"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pairing tends to repeat itself (incident + indicator + case) - usually when there's such a strong pairing it's better to unify them under a common constant, and use the constant for conditions.
Let's discuss this offline

@yucohen yucohen changed the title added new content items added new XSIAM content items - case fields, layouts and layout rules Jun 2, 2024
.changelog/4240.yml Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items - Case Fields, Case layouts and Case Layout Rules. #4240

Copy link

github-actions bot commented Jun 2, 2024

Changelog(s) in markdown:

  • Added support for new XSIAM content items - Case Fields, Case layouts and Case Layout Rules. #4240

Copy link
Contributor

@DeanArbel DeanArbel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants