-
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
Penfield AI Pull Request 1 #15074
Penfield AI Pull Request 1 #15074
Conversation
Thank you for your contribution. Your generosity and caring are unrivaled! Make sure to register your contribution by filling the Contribution Registration form, so our content wizard @barchen1 will know he can start review the proposed changes. |
Hi there! |
1 similar comment
Hi there! |
Hi, Please register your contribution by filling the Contribution Registration form. |
|
||
# get online analyst ids | ||
analysts = demisto.executeCommand('getUsers', {'online': True})[0]['Contents'] | ||
analyst_ids = [] |
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.
Is analyst_id supposed to be array? or comma-seperated string?
type: python | ||
subtype: python3 | ||
dockerimage: demisto/python3:3.9.7.24076 | ||
fromversion: 5.5.0 |
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.
If there is no special reason to make this script version 5.5.0, please change to 6.0.0
fromversion: 5.5.0 | |
fromversion: 6.0.0 |
fromversion: 5.5.0 | ||
dependson: | ||
must: | ||
- Penfield|||PenfieldGetAssignee |
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.
- Penfield|||PenfieldGetAssignee | |
- Penfield|||penfield-get-assignee |
--- | ||
!PenfieldAssign | ||
!PenfieldAssign assign='Yes' | ||
!PenfieldAssign assign='No' |
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.
Please add Human Readable Output example, and command run example. You can generate it automatically using generate-docs sdk command. More info about README.
|
||
## Examples | ||
--- | ||
!penfield-api-call analyst_ids=['analystid1', 'analystid2'] category='my cat' created='2021-09-13T01:58:22.621033322Z' id=34 name='big rootkit attack' severity='High' |
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.
command example should be !penfield-get-assignee ...
Please add Human Readable Output example, and command run example. You can generate it automatically using generate-docs sdk command.
More info about README.
@penfield-chan Hi, Please register your contribution by filling the Contribution Registration form. |
FYI @edik24 |
This PR is starting to get a little stale. @penfield-chan are there any changes you wanted to make since @ShahafBenYakir's last comment? |
New PR was opened this one is closed |
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: link to the issue
Description
A few sentences describing the overall goals of the pull request's commits.
Screenshots
Paste here any images that will help the reviewer
Minimum version of Cortex XSOAR
Does it break backward compatibility?
Must have