
Michael Thomas
-
Total activity20
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions5
Activity overview
Latest activity by Michael Thomas-
Michael Thomas commented,
Any update when there will be able to export the logs? Right now viewing the logs there a browser integration issue where you need to close the side bar to continue scrolling down.
-
Michael Thomas commented,
Thanks for the code, but this will not work in my case, as I want to warn them before the submit, so as they add new CC I want do my check, so that why i was listening to the ticket.collaborators.c...
-
Michael Thomas commented,
Hi Greg, Reason why I want to listen to the event listener, is I want to warn the user before they save the ticket, that they're about to send a message to someone who is not in the requestors orga...
-
Michael Thomas commented,
const CORE_ENDPOINTS = { ticketcollaboratorschanged: 'ticket.collaborators.changed', ticketrequestororganizations: 'ticket.requester.organizations', organizationmemberships: 'organizatio...
-
Michael Thomas commented,
async _handleCollaboratorsChanged(data) { const ticketRequestOrganizations = (await this._client.get(CORE_ENDPOINTS.ticketrequestororganizations))[CORE_ENDPOINTS.ticketrequestororganizations]...
-
Michael Thomas created a post,
Listening to 'ticket.collaborators.changed'
Hello I've issue I have created an app using ZCLI, and I listening to 'ticket.collaborators.changed' and what I notice is Organization array is empty every time even time a collaborator is added, I...
-
Michael Thomas created a post,
JQ ZIS Intetrgration Match
Hello I have developed a ZIS Integration and looking to use a Config setting within the jq Match(), I was wondering if it was possible to use a value from my Config that is the search pattern?
-
Michael Thomas commented,
Hi Eric, I'm looking away to filter the tickets that are returned based on a certain tag, so instead of showing a use all tickets I only with show them ticket with "x tag" is this possible?
-
Michael Thomas created a post,
Return back my own list of tickets to view
With a custom app is possible to intercept the open ticket view and return my own ticket based on a tag and custom role?
-
Michael Thomas commented,
I just created a user with a custom Role, he currently has 1 person in his organization when I search for a user not in his Org on CC's its returned.