Server Configuration and Administration: Integrity Lifecycle Manager 11.2 New Features
The following new features have been added to Server Configuration and Administration in Integrity Lifecycle Manager 11.2.
The branchSegment command is accessible using trigger bean
The branchSegment command is accessible using trigger bean and includes the following new methods:
• ScriptIssueDeltaBean branchSegment(int issueID, String project)
• ScriptIssueDeltaBean branchSegment(int issueID, String project, boolean includeContent, boolean recurseInclude, boolean recurseReference, boolean subSegment, boolean swap, String asOf, boolean branch, int parentId, String position, boolean recurse)
The copyContent command is accessible using trigger bean
The copyContent command is accessible using trigger bean and includes the following methods:
• ScriptIssueDeltaBean copyContent(int issueID, int parentId)
• ScriptIssueDeltaBean copyContent(int issueID, int parentId, String position, String asOf, boolean recurse, boolean traces, boolean branch, String refmode)
The moveContent command is accessible using trigger bean
The moveContent command is accessible using trigger bean and includes the following methods:
• moveContent(int issueID, int parentId)
• moveContent(int issueID, int parentId, String position, boolean recurse)