1.5.0 • Published 10 months ago
@managed-api/zendesk-v2-sr-connect v1.5.0
ScriptRunner Connect Managed API for Zen Desk
Managed API for Zen Desk is an API Client for Zen Desk by Adaptavist. You can read more about Managed APIs here.
This is ScriptRunner Connect runtime specific version of the Managed API (with sr-connect suffix). If you want to use Managed API in any other runtime, have a look at the runtime agnostic version.
Supported API calls
- fetch
- Group
- Organization
- Ticket
- User
Constructing Managed API
In ScriptRunner Connect a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it:
import { ZenDeskApi } from '@managed-api/zendesk-v2-sr-connect';
export default async function() {
const api = new ZenDeskApi('API_CONNECTION_ID');
}Contact
Feel free to drop ideas, suggestions or improvements into our Slack community channel.
Changelog
1.5.0
- Removed non-empty body from HEAD requests.
0.1.0
Added support for the following User methods:
Added support for the following Organization methods:
Added support for the following Group methods:
Added support for the following Ticket methods:
- getAllTickets
- getTicketsByOrganization
- getTicketsByRequestedUser
- getTicketsByCCdUser
- getTicketsByFollowedUser
- getTicketsByAssignedUser
- getRecentTickets
- getTicket
- getTickets
- createTicket
- updateTicket
- deleteTicket
Added support for the following Ticket.Attachments methods:
- uploadAttachment
- getComments Copyright Adaptavist 2025 (c) All rights reserved