Home Web Front-end HTML Tutorial Import jira backup files in 4.x into Jira6.x_html/css_WEB-ITnose

Import jira backup files in 4.x into Jira6.x_html/css_WEB-ITnose

Jun 24, 2016 pm 12:02 PM
jira backup file

I recently upgraded Jira and found that after the upgrade, the zip backup file exported from Jira4.x could not be imported into the latest version of Jira 6.x, which was very frustrating.

Later, we could only compare the differences between the two versions, and then copy the XML fragments one by one to upgrade.

The approximate steps for upgrading are as follows:

1. In the new version of jira, first backup a file sample, and then find the zip package. After decompressing, you can see: entities.xml , we will copy the entities.xml related information in the old version backup to this file.

2. XML fragment copy:

1. Project copy: Copy the project xml fragment in 4.x to the file exported by jira 6.x.

The XML element tags that need to be copied are: project, ProjectRoleActor, RememberMeToken, Resolution, SchemePermissions

2. Copy user information
The XML elements that need to be copied are: user, UserAttribute Two elements.

3. Copy system configuration information

The XML elements that need to be copied are: Avatar, IssueLinkType, IssueType, IssueTypeScreenScheme, Membership, NodeAssociation

4. Issue copy:

The XML elements that need to be copied are: Action, FileAttachment, Issue

5. Copy the data file of the old version of Jira4.x For example: Copy the data directory under D:AtlassianApplication DataJIRA to the same directory in the new version.

6. Add the modified entities.xml to the zip file backed up in "One Step", and put the file into data/import, and then log in to the new version of jira Just perform a system restore.

Note: After importing, you may not be able to see the project information. You can click on all projects first to see if it is displayed. If it is displayed, OK.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Getting Started with PHP: PHP and JIRA Getting Started with PHP: PHP and JIRA May 20, 2023 am 08:19 AM

Getting Started with PHP: PHP and JIRA With the rapid development of the Internet, the development of various websites and applications has become more and more common. PHP language has become one of the most popular web programming languages ​​because it is easy to learn and use. When developing web applications, using PHP in conjunction with JIRA (a popular defect tracking software) can greatly improve development efficiency and make the development process more smooth and collaborative. Introduction to PHP language PHP (HypertextPreprocessor) is

Analysis of an example of using JIRA vulnerability to access the US military's unclassified Internet Protocol router network Analysis of an example of using JIRA vulnerability to access the US military's unclassified Internet Protocol router network May 18, 2023 pm 10:29 PM

The following describes how the author participated in the U.S. Department of Defense (DoD) Hack the Pentagon vulnerability public testing project and used the JIRA vulnerability CVE-2017-9506 to construct an SSRF attack surface and achieve access to the U.S. military's Non-Confidential Internet Protocol Router Network (NIPRnet), and Combined with other vulnerability techniques, a series of sensitive information of the DoD intranet system was obtained. Due to the confidential nature of the test process and content, this article only touches on this point without disclosing too many technical details and detailed scenarios. It is only for learning and sharing, and I hope readers will bear with me. JIRA is an excellent issue tracking and management software tool developed by the Australian company Atlassian. It can track and manage various types of issues.

You'll soon be able to search Confluence Cloud and Jira tickets from Microsoft Teams and SharePoint You'll soon be able to search Confluence Cloud and Jira tickets from Microsoft Teams and SharePoint Apr 25, 2023 pm 01:25 PM

<ul><li><strong>Click to enter:</strong>ChatGPT tool plug-in navigation</li></ul>Microsoft announced that it will release two new Graph connections for Atlassian Confluence and Jira device. <p>With the Microsoft Graph connector, organizations can index third-party data so it appears on Microsoft

Where is the storage path for iTunes backup files in Win7? Where is the storage path for iTunes backup files in Win7? Dec 27, 2023 pm 09:59 PM

Many Apple users of win7 system want to know the location of iTunes backup files in win7 system, but they don’t know how to find the backup content. The following editor will help you organize a detailed graphic tutorial on finding iTunes backup. Let’s take a look. Take a look~win7itunes backup file location: 1. First, we need to confirm that the iTunes we have used has been backed up on the computer. Open the iTunes software and click on the "Edit", "Preferences", and "Devices" options in sequence. You will see 2. Confirm the backup in iTunes, and then open the C drive in the "Computer" application. 3. After opening the C drive, please find the "Users" directory and click to open it. 4. Normal after clicking

what tool is jira what tool is jira Jul 19, 2022 am 11:07 AM

Jira is a project and transaction tracking tool produced by Atlassian; Jira is widely used in defect tracking, customer service, requirement collection, process approval, task tracking, project tracking and agile management. Its main advantages are flexible configuration, comprehensive functions, Simple deployment and rich expansion.

Detailed explanation of how to build Jira service version 6.3.6 on CentOS 7 Detailed explanation of how to build Jira service version 6.3.6 on CentOS 7 Jan 10, 2024 am 09:46 AM

Recently, due to project needs, it is necessary to build a software engineering management platform, and Jira is the first choice. There are many tutorials on how to build Jira on the Internet, but after a week of struggling, a completed Jira service has not yet been built. But I finally figured out some ideas, and the jira service was finally successfully built. 1. After entering the root directory of the server, create two directories. The command is: mkdir/softwaremkdir/jiradata 2. This is needed after the file creation is completed. At this time, we need to download the jira6.3.6 installation package from the Internet, and unzip it first to enter /software Command in the directory: wgethttp://www.atlassia

Steps to upgrade win7 home basic version to win10 system for free Steps to upgrade win7 home basic version to win10 system for free Jul 16, 2023 pm 09:25 PM

More and more people are using the win10 system, and users using the win7 system also want to upgrade to the win10 system. Let me introduce to you how to install win10 on your computer for free. 1. First download and install the System Home one-click system reinstallation tool on an available computer, insert an empty USB flash drive of more than 8g, and select the USB flash drive mode to start production. 2. Select the win10 system that needs to be installed in this column and click to start production. 3. After the software automatically completes the production and prompts that it is successful, we can unplug the USB disk and close the software. 4. Insert the USB boot disk into the computer that needs to be installed, start the computer and keep pressing the startup hotkey F12 or del, etc. to enter the quick startup option, select the USB boot option and press Enter. 5. Use the up and down keys to select item 01 pe

Where to find Apple iTunes backup files Where to find Apple iTunes backup files Feb 18, 2024 pm 04:57 PM

Where are Apple iTunes backup files? With the popularity of smartphones, mobile phones have become an indispensable part of our lives. For Apple users, iTunes backup is a common method to protect data and settings in their phones to prevent accidental data loss. However, many Apple users are not clear about where iTunes backup files are stored. This article will introduce to you where Apple iTunes backup files are stored and how to find them. Locate iTunes backup files on macOS: When

See all articles