-
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
Zendesk enhancement #27101
Zendesk enhancement #27101
Conversation
@ShahafBenYakir Doc review completed. |
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.
Good job!
""" | ||
attachments_ids = [] | ||
ticket_id = ticket['id'] | ||
comments_list = self._get_comments(ticket_id=ticket_id) |
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.
Are we sure _get_comments
returns a list? if so let's add return type tp the function
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.
Yes. tested it
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.
This is still missing the return type
…zendesk-enhancement # Conflicts: # Packs/Zendesk/pack_metadata.json
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.
Nice, see my two remaining comments
* First commit * Added new command "zendesk-group-user-list" * Update release notes * Added html_comment to the create and update ticket + README updates * Updated rn * just a commit * Added another command + updated TPB + Updated incoming mapper * Added test + small fixes * Remove comment * flake8 * Fixed docs notes * Update docker * Bump pack from version Zendesk to 2.0.8. * Some CR comments * Fixed release notes version * Fixed release notes version * Fixed cr comments + updated image * Fix tests * - * - * Last comment --------- Co-authored-by: Content Bot <bot@demisto.com>
* First commit * Added new command "zendesk-group-user-list" * Update release notes * Added html_comment to the create and update ticket + README updates * Updated rn * just a commit * Added another command + updated TPB + Updated incoming mapper * Added test + small fixes * Remove comment * flake8 * Fixed docs notes * Update docker * Bump pack from version Zendesk to 2.0.8. * Some CR comments * Fixed release notes version * Fixed release notes version * Fixed cr comments + updated image * Fix tests * - * - * Last comment --------- Co-authored-by: Content Bot <bot@demisto.com>
Status
Related Issues
fixes: https://jira-hq.paloaltonetworks.local/browse/CIAC-6450, https://jira-hq.paloaltonetworks.local/browse/CIAC-5638
Description
comment
andhtml_comment
to thezendesk-ticket-create
commandhtml_comment
tozendesk-ticket-update
commandDoes it break backward compatibility?
Must have