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 modules must be converted to 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.
Permissions required: Only Connect and Forge apps can make this request.
Path parameters
The key of the Connect app that contains the Jira issue field being migrated.
The module key of the Connect issue field being migrated.
Query parameters
Whether to retrigger the migration if it has already completed.
Response
Returned if the migration task was submitted successfully.
Changes
Changed in 1 of the 16 revisions of this API.1
- ○
added the new optional
queryrequest parameterretriggerCompletedMigrationnew-optional-request-parameter
- ○