Skip to main content
RT (Request Tracker)
Previewv0.1.0
24 actions · 1 auth method
Ticketing

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Token

Authenticate with an RT auth token, sent in the Authorization header as `token <TOKEN>`. Requires RT 5.0+ with the built…
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Token

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

24 actions
Action
Description
Get Ticket Attachments
List the attachments on a ticket
Get Attachment
Retrieve a single attachment by its ID
List Custom Fields
List the custom fields defined in RT
Get Custom Field
Retrieve a single custom field by its ID
Create Custom Field
Create a new custom field definition
List Queues
List the queues the authenticated user can see
Get Queue
Retrieve a single queue by its ID or name
Get Queue Custom Fields
List the ticket custom fields applied to a queue
Create Queue
Create a new queue
Search Tickets
Search tickets using TicketSQL, simple search, or a saved search
Get Ticket
Retrieve a single ticket by its ID
Create Ticket
Create a new ticket in a queue
Update Ticket
Update a ticket’s metadata (subject, status, owner, priority, custom fields, links)
Delete Ticket
Delete a ticket (sets its status to deleted)
Take Ticket
Take ownership of an unowned ticket
Untake Ticket
Release ownership of a ticket you own
Steal Ticket
Take ownership of a ticket currently owned by someone else
Reply To Ticket
Add a public reply (correspondence) to a ticket
Comment On Ticket
Add an internal comment to a ticket (not sent to requestors)
Get Ticket History
Retrieve the list of transactions (history) for a ticket
Search Transactions
Search transactions using TransactionSQL
Get Transaction
Retrieve a single transaction by its ID
List Users
List users, optionally filtered by a JSON search query
Get User
Retrieve a single user by ID or username