How to Merge PRIMAVERA XML to JIRA Using Java
In order to Merge PRIMAVERA XML to JIRA, we’ll use
API which is a feature-rich, powerful and easy to use conversion API for Java platform. You can download its latest version directly from
and install it within your Maven-based project by adding the following configurations to the pom.xml.
Package Manager Console Command
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
Dependency
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-tasks</artifactId>
<version>version of aspose-tasks API</version>
<classifier>jdk17</classifier>
</dependency>
Steps to Merge PRIMAVERA XML to JIRA via Java
Developers can easily load & merge PRIMAVERA XML files to JIRA in just a few lines of code.
- Load first file as project with Project class
- Decide what entities you what to merge (tasks, assignment, resources, etc)
- Load other files as project objects with Project class
- Add target entities from other project objects to the first one
- Call the Project.Save method with output file path & SaveFileFormat.PRIMAVERA XML as parameters
System Requirements
Before running the merging example code, make sure that you have the following prerequisites.
- Microsoft Windows or a compatible OS with Java Runtime Environment for JSP/JSF Application and Desktop Applications.
- Get latest version of Aspose.Tasks for Java directly from Maven.
This sample code shows PRIMAVERA XML to JIRA Java Merging
Free App to Merge PRIMAVERA XML to JIRA
Other Supported Merging Formats
You can also merge PRIMAVERA XML into other file formats including few listed below.
PRIMAVERA XML TO MPP (Microsoft Project Data File)
PRIMAVERA XML TO PDF (Portable Document Format)
PRIMAVERA XML TO MS PROJECT (Microsoft Project Data File)