zendesk-node-api icon indicating copy to clipboard operation
zendesk-node-api copied to clipboard

New accessors and methods

Open tgirardi opened this issue 6 years ago • 3 comments

Adds Accessors for:

  • Views
  • Tags

Note: I have tested several methods for both accessors, but not all.

Adds the following methods:

  • views.tickets (to request tickets from a certain view)
  • tags.addTags (better to use the next methods...)
  • tags.addTagsToTicket (appends new tags to a certain ticket)
  • tags.addTagsToOrganization (appends new tags to a certain organization)
  • tags.addTagsToUser (appends new tags to a certain user)

tgirardi avatar Apr 24 '18 03:04 tgirardi

Could you add some tests for this?

glrodasz avatar Apr 24 '18 12:04 glrodasz

@glrodasz yes. I'll try to do it this week

tgirardi avatar Apr 25 '18 12:04 tgirardi

But any help would be much appreciated 😃

tgirardi avatar Apr 25 '18 12:04 tgirardi