
Michael Thomas
-
총 활동 수20
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수2
-
플랜 수5
활동 개요
Michael Thomas님의 최근 활동-
Michael Thomas님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
const CORE_ENDPOINTS = { ticketcollaboratorschanged: 'ticket.collaborators.changed', ticketrequestororganizations: 'ticket.requester.organizations', organizationmemberships: 'organizatio...
-
Michael Thomas님이 에 댓글을 입력함
async _handleCollaboratorsChanged(data) { const ticketRequestOrganizations = (await this._client.get(CORE_ENDPOINTS.ticketrequestororganizations))[CORE_ENDPOINTS.ticketrequestororganizations]...
-
Michael Thomas님이 에 게시물을 만듦
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님이 에 게시물을 만듦
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님이 에 댓글을 입력함
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님이 에 게시물을 만듦
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님이 에 댓글을 입력함
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.