
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 12:14 AM
We need to be able to have another user added as the CC user to tickets when they are a certain type. The CC user will vary as they are the parent of the student related to the ticket.
I am planning to do this via an API call so we can have some business logic that looks up the parent related to the student.
I want to add CC user to the new ticket or edit an existing ticket and add CC user.
Thanks
Dean
I am planning to do this via an API call so we can have some business logic that looks up the parent related to the student.
I want to add CC user to the new ticket or edit an existing ticket and add CC user.
Thanks
Dean
Labels:
- Labels:
-
Product Feedback
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2021 03:32 PM
If lansweeper wont provide an API call for this, just add cc users to the ticket using a database query. Accessing the sql db directly is not always recommended, but sometimes you gotta do what you gotta do to get the job done.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2017 10:59 AM
The API currently only allows one user to be added via AddTicket unfortunately. Additional users can also not be added via EditTicket. We've moved this topic to the wishlist section of our forum and have added your request to our API improvement item on our customer wishlist. At this moment in time we cannot yet guarantee that this feature will be implemented and cannot provide you with an estimated release date.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 09:08 AM
Bruce.B wrote:
The API currently only allows one user to be added via AddTicket unfortunately. Additional users can also not be added via EditTicket. We've moved this topic to the wishlist section of our forum and have added your request to our API improvement item on our customer wishlist. At this moment in time we cannot yet guarantee that this feature will be implemented and cannot provide you with an estimated release date.
Hi Bruce, I was quite frustrated to find this request still not implemented in over 4 years.

Our current workaround to automate this process is using Python and Selenium, which is very inefficient and most importantly error prone. I hope you will be able to implement this functionality sometime soon.

Sincerely,
Dominik
