while trying to merge from one data center to another data center, i exported the dump from one instance and tried importing in pther instance using import projects , while doing so i encountered following issues:
- i tried verifying source and target version plugins language and all , everything looks the same, i even tried installing Zypher scale and zypher squad as i thought these plugins might me missing and causing errors on target, nothing worked
If anyone have been through this before or can help me suggest an idea please comment on how do i fix this issue.
Out of 61 issues I have posted just 5 here :
Plugin module identified by key "com.atlassian.plugins.atlassian-connect-plugin:com.kanoah.test-manager__test-execution-results-overall" must be installed and enabled.
Plugin module identified by key "com.atlassian.plugins.atlassian-connect-plugin:com.kanoah.test-manager__test-execution-results-progress" must be installed and enabled.
Plugin module identified by key "com.atlassian.plugins.atlassian-connect-plugin:com.kanoah.test-manager__test-execution-results-by-test-cycle" must be installed and enabled.
"Filter rthacker@@Filter for CM Kanban" was not found. This might have been caused by a related error, please check the import tree for missing dependencies or permissions.
Permission "VIEW_AGGREGATED_DATA" was not found. This might have been caused by a related error, please check the import tree for missing dependencies or permissions.
I was able to resolve some of these issues : For this i followed the jira logs and found following error :
Found custom field with values for issues in exported project(s), with id: 10025, name: [CHART] Time in Status and type: com.atlassian.jira.ext.charting:timeinstatus. This field does not exist. Check if its type is defined in a plugin that has been disabled.
Run this query and it works like charm!
Query: delete from customfield where id = 10025;
Hope this helps you.
Hi,
I am getting the below Error while i "Export project" option in project configurator plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Naresh i did not encountered these , i suggest you post it in their support https://wittified.atlassian.net/servicedesk/customer/portals this is their support portal , hopefully they will give you solutions to it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bipin Nepaldid you resolve this error?
I am running into the same issue and cannot find any documentation about it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes @Graham Twine _Slm_ for the permission error i deselected it and ran import , for the fliter error that might be because the project key was renamed yo need to check the filter query for that filter and see if anything is wrong
for eg if jql is like :_ project in (BA) and blah blah
but the actual project key is BAS then this error comes , you can ignore it and try the import as well for this one it works but you need to fix it in the target if you didnt fixed it in source.
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.