ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
784 stars 1.45k forks source link

Module(zendesk ticket) adding new module #8543

Open elchico2007 opened 2 weeks ago

elchico2007 commented 2 weeks ago
SUMMARY

Creating a new module to interface with the Zendesk ticketing system. With this module you are able to utilize the API from Zendesk to Create, Close and Resolve tickets.

ISSUE TYPE
COMPONENT NAME

zendesk_ticket.py

felixfontein commented 6 days ago

Also please check out the requirements in https://github.com/ansible-collections/community.general/blob/main/CONTRIBUTING.md#creating-new-modules-or-plugins for new modules. You need to add tests, for example.

ansibullbot commented 2 days ago

The test ansible-test sanity --test pep8 [explain] failed with 2 errors:

tests/unit/plugins/modules/test_zendesk_ticket.py:12:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_zendesk_ticket.py:28:1: E302: expected 2 blank lines, found 1

The test ansible-test sanity --test pep8 [explain] failed with 2 errors:

tests/unit/plugins/modules/test_zendesk_ticket.py:12:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_zendesk_ticket.py:28:1: E302: expected 2 blank lines, found 1

The test ansible-test sanity --test pep8 [explain] failed with 2 errors:

tests/unit/plugins/modules/test_zendesk_ticket.py:12:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_zendesk_ticket.py:28:1: E302: expected 2 blank lines, found 1

The test ansible-test sanity --test pep8 [explain] failed with 2 errors:

tests/unit/plugins/modules/test_zendesk_ticket.py:12:1: E302: expected 2 blank lines, found 1
tests/unit/plugins/modules/test_zendesk_ticket.py:28:1: E302: expected 2 blank lines, found 1

click here for bot help