1115
Points
Questions
0
Answers
17
-
- 3754 views
- 9 answers
- 0 votes
-
- 1713 views
- 2 answers
- 0 votes
-
It is not possible to import Project, Phase, Gate & task using OOTB import. You have to use the feature “Create Project from XML File”. This xml file can be a Microsoft project file or if you want to port a project with phase gate from one environment to other environment then open the project from the old environment and from actions menu use Load Project XML – read only and use that xml file in the new environment.
- 2787 views
- 3 answers
- 0 votes
-
- 1823 views
- 2 answers
- 0 votes
-
- 2506 views
- 1 answers
- 0 votes
-
AgileListEntryType listEntry = new AgileListEntryType();
SelectionType[] listSel = new SelectionType[1];
listSel[0] = new SelectionType();
listSel[0].setValue(“listvalue”);
listEntry.setSelection(listSel);MessageElement mElement = new MessageElement(namespaceUri, “LISTNAME”);
mElement.addAttribute(namespaceUri, SchemaConstants.attributeId.getValue(), “LISTBASEID”);
mElement.addAttribute(XSIPREFIX, COMMONNAMESPACEURI, SchemaConstants.type.getValue(), “AgileListEntryType”);
mElement.setObjectValue(listEntry);- 1887 views
- 1 answers
- 0 votes
-
- 2397 views
- 3 answers
- 0 votes