API Reference
Plugins

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 KeyNameDescription
7pace7pace Time LogsMigrates 7pace Timetracker entries to Jira worklogs
xrayXray Test CasesMigrates test cases with structured steps to Xray for Jira
tempoTempo TimesheetsMigrates Tempo time logs to Jira worklogs

To purchase a plugin add-on, contact sales@migrayt.ai or your account manager.