Plugins API
Plugins are optional add-ons that extend migration capabilities (e.g. 7pace time logs, Xray test steps). They are enabled on a per-account basis by the Migrayt team after purchase.
List Enabled Plugins
Returns the add-on plugins currently enabled for the authenticated user's account.
GET /api/plugins
Authorization: Bearer {token}Response (200 OK):
[
{
"pluginKey": "7pace",
"displayName": "7pace Time Logs",
"description": "Migrates employee time tracking entries from 7pace Timetracker into Jira worklogs.",
"icon": "⏱",
"enabledAt": "2024-05-01T09:00:00Z"
},
{
"pluginKey": "xray",
"displayName": "Xray Test Cases",
"description": "Migrates test cases, test suites, and test steps into Xray for Jira Cloud.",
"icon": "🧪",
"enabledAt": "2024-05-01T09:00:00Z"
}
]Returns an empty array [] if no plugins are enabled.
Note:
Plugin configuration (API credentials, URLs) is managed by the Migrayt team and is never returned in this response. Only display information is returned.
Available Plugins
| Plugin Key | Name | Description |
|---|---|---|
7pace | 7pace Time Logs | Migrates 7pace Timetracker entries to Jira worklogs |
xray | Xray Test Cases | Migrates test cases with structured steps to Xray for Jira |
tempo | Tempo Timesheets | Migrates Tempo time logs to Jira worklogs |
To purchase a plugin add-on, contact sales@migrayt.ai or your account manager.