provider Migration of Connect modules to Forge POST /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task
@utdk/jira /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task
Submit Connect issue field migration task
Submits a request to trigger migration of connect issue field to its Forge custom field counterpart. 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/) modules. This endpoint triggers the background migration of field data. Use the GET endpoint to retrieve the status and progress of the 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.

connecttoforgemigrationtasksubmissionresourceSubmittaskPost
POST/rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task
Submits a request to trigger migration of connect issue field to its Forge custom field counterpart. 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/) modules. This endpoint triggers the background migration of field data. Use the GET endpoint to retrieve the status and progress of the 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.connecttoforgemigrationtasksubmissionresourceSubmittaskPost()