Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

export user properties while migrating jira dc to cloud

Ankit Negi July 14, 2025

I am working on dc to cloud migration, and when user migrate our app to cloud, i want to take user properties data which we save in dc to be exported to cloud for seamless transition so that user does not set preferences again. is there any way to export user properties from dc? 

2 answers

0 votes
Javier Pozuelo -Exalate-
Atlassian Partner
July 29, 2025

Hi! I'm the community manager at Exalate.

When migrating from Jira DC to Cloud, user properties don’t get transferred automatically, because they are saved in a different way from normal user data.

What I recommend is:

  • Use a script (with ScriptRunner, REST API, or custom solution) to extract the user properties from DC using /rest/api/2/user/properties.

  • Save this info temporarily (maybe as a JSON or in a small database).

  • Then, after moving to Cloud, you can send back the properties using the Cloud API /rest/api/3/user/properties.

There’s no direct migration option for this, but it’s possible to do it with a small workaround.

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2025

Hi @Ankit Negi 

Welcome to the community.

I don't know or am able to find to export user properties.

In the Cloud migration assistant this is not migrated from Server/DC to Cloud, it also mentioned that it isn't.

what-gets-migrated-with-the-jira-cloud-migration-assistant 

Ankit Negi July 14, 2025

we can run a script in our dc app to export some app related data to cloud, in that i want to export user properties.

 

here, I can access application properties (https://mvnrepository.com/artifact/com.atlassian.jira/jira-application-properties-plugin) and export it, but is there any way of accesing user properties?

 

Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 15, 2025

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events