Hi all
Good day, just want to check is there any option we can copy jira form from production to sandbox version for testing without any paid apps..
Regards
Mohit
Hi @Mohit Jain ,
Since "FORMS" are exempted in the migration and in production copy https://support.atlassian.com/migration/docs/what-migrates-in-a-cloud-to-cloud-migration-for-jira/, you may have to use the Jira API to replicate the form.
In theory, you could use this API to get the Form that you're looking for https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-project/#api-project-projectidorkey-form-formid-get
and use the output from that as Input for this API https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-project/#api-project-projectidorkey-form-post
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mohit Jain
You can create a sandbox for your Jira Software, Jira Service Management, and Confluence products that are on Premium or Enterprise plans. You can also create a sandbox for Jira Work Management that is on Premium plan.
Check out this page: Create a sandbox
If you look for cloud to cloud migration: Perform a cloud-to-cloud migration for Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tansu Akdeniz sandbox is already created, we need to copy a form created in production to sandbox....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.