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

[IA-625] Add tags to a ticket #15

Merged
merged 4 commits into from
Jan 12, 2022
Merged

[IA-625] Add tags to a ticket #15

merged 4 commits into from
Jan 12, 2022

Conversation

debiff
Copy link

@debiff debiff commented Jan 12, 2022

Short description

This PR adds the function that allows adding tags when a ticket is created.
It is managed as an array of strings and every new tag is appended.

Due to Zendesk limitation, a tag can't be composed of separated words so the input string is transformed with snake_case notation.

The array is emptied when the reset function is called.

@Undermaken Undermaken merged commit 934f72b into main Jan 12, 2022
@Undermaken Undermaken deleted the IA-625-add-tags branch January 12, 2022 11:22
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