provider Migration of Connect modules to Forge GET /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task
@utdk/jira /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task
Get Connect issue field migration task
Returns the details of a Connect issue field's migration to Forge. When migrating a Connect app to Forge, [Issue Field](https://developer.atlassian.com/cloud/jira/software/modules/issue-field/) modules must be converted to [Custom field](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/). When the Forge version of the app is installed, Forge creates a [background task](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks/#api-group-tasks) to track the migration of field data across. This endpoint returns the status and other details of that background task. For more details, see [Jira modules > Jira Custom Fields](https://developer.atlassian.com/platform/adopting-forge-from-connect/migrate-jira-custom-fields/). **[Permissions](#permissions) required:** Only Connect and Forge apps can make this request.
connectKey path required
The key of the Connect app that contains the Jira issue field being migrated.
string
jiraIssueFieldsKey path required
The module key of the Connect issue field being migrated.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

connecttoforgemigrationfetchtaskresourceFetchmigrationtaskGet
GET/rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task
Returns the details of a Connect issue field's migration to Forge. When migrating a Connect app to Forge, [Issue Field](https://developer.atlassian.com/cloud/jira/software/modules/issue-field/) modules must be converted to [Custom field](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/). When the Forge version of the app is installed, Forge creates a [background task](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks/#api-group-tasks) to track the migration of field data across. This endpoint returns the status and other details of that background task. For more details, see [Jira modules > Jira Custom Fields](https://developer.atlassian.com/platform/adopting-forge-from-connect/migrate-jira-custom-fields/). **[Permissions](#permissions) required:** Only Connect and Forge apps can make this request.

Parameters

required

The key of the Connect app that contains the Jira issue field being migrated.

required

The module key of the Connect issue field being migrated.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.connecttoforgemigrationfetchtaskresourceFetchmigrationtaskGet()