Ivanti is an IT service management (ITSM) and unified endpoint management (UEM) platform that helps organizations manage, secure, and service their IT environments, devices, and assets.
Security and IT teams looking to integrate Ivanti can automate service ticket creation, asset data synchronization, and patch management workflows via Synqly's normalized connectors. Build an Ivanti integration to connect security findings with IT service delivery without custom API development.
Configuration for the Ivanti Neurons Ticketing Provider
[Configuration guide](https://docs.synqly.com/guides/provider-configuration/ivanti-ticketing-setup)
Integration Use Cases
Create Attachment
[beta: currently supported by Jira] Creates an `Attachment` for the ticket with id `{ticketId}` in the token-linked `Integration`.
Create Note
Creates a note on the ticket matching {ticketId} from the token-linked Integration.
Create Ticket
Creates a `Ticket` object in the token-linked Integration.
Delete Attachment
[beta: currently supported by Jira] Deletes the Attachment object matching {attachmentId} for the Ticket matching {tickedId} from the token-linked Integration.
Delete Note
Deletes the note matching {noteId} form the ticket matching {ticketId} from the token-linked Integration.
Download Attachment
[beta: currently supported by Jira] Downloads the Attachment object matching {attachmentId} for the Ticket matching {tickedId} from the token-linked Integration.
Get Ticket
Returns a `Ticket` object matching `{ticketId}` from the token-linked `Integration`.
List Attachments Metadata
[beta: currently supported by Jira] Returns metadata for all Attachments for a `Ticket` object matching `{ticketId}` from the token-linked `Integration`.
List Notes
Lists all notes for the ticket matching {ticketId} from the token-linked Integration.
Patch Note
Update a note matching {noteId} title and/or content on the ticket matching {ticketId} from the token-linked Integration.
Patch Ticket
Updates the `Ticket` object matching `{ticketId}` in the token-linked `Integration`.
Query Tickets
Returns a list of `Ticket` objects from the token-linked `Integration`.