Setting Up Agile Planner → Configuration → Module Designer → Agile Widgets → Report Mover
A Report Mover is used to create an association between a backlog in Serena Business Manager and a backlog in Serena Agile Planner.
For example, you can create an association between a two backlogs. A defects backlog in Serena Business Manager and a release backlog in Serena Agile Planner that will be used by the team as they track and manage the work needed to fix the defect. Use the Serena Business Manager backlog to manage the defects as they are discovered, and then use the Serena Agile Planner backlog to manage the work that is needed to resolve the defects.
You can add a Report Mover to any custom view or custom workflow. A Report Mover is used to create an association between a backlog in Serena Business Manager and a backlog in Serena Agile Planner.
INSERT INTO PES_System (sys_Section, sys_Key, sys_Value) VALUES ('IntegrationSettings', 'AgileToSBMAttributeMappingFile', 'C:\IDM_Mapping.xml')
<?xml version="1.0" encoding="utf-8"?> <Mappings> <AttributeMaps> <AttributeMap> <Source>Description</Source> <Target>__DESCRIPTION__</Target> </AttributeMap> </AttributeMaps> <ItemMaps> <ItemMap> <Source>Agile_Defect</Source> <Target>Bug Report</Target> </ItemMap> </ItemMaps> <ListValueMaps> <ListValueMap> <Source>Agile_Defined</Source> <Target>Evaluating Issue</Target> </ListValueMap> </ListValueMaps> </Mappings>
XML Mapping Element | Description |
---|---|
AttributeMaps | The collection of mapped attributes. |
AttributeMap | For each attribute that you want to map, specify the Source and Target list values. The following fields are part of the Serena Business Manager and are important for creating the mapping relationship with Serena Agile Planner:
|
ItemMaps | The collection of mapped items. |
ItemMap | For each item that you want to map, specify the Source and Target list values. |
ListValueMaps | The collection of mapped list values. |
ListValueMap | For each list value that you want to map, specify the Source and Target list values. |
Mappings | The collection of mappings between Serena Business Manager and Serena Agile Planner. |
Source | The system name for the attribute, item, or list item as it is defined in Serena Agile Planner. |
Target | The system name for the attribute, item, or list item as it is defined in Serena Business Manager. |
The Report Mover widget has the following properties:
Properties | Description |
---|---|
Allow Drag | The Allow Drag property is used to indicate whether users can move a widget around on a page while they are using it. |
CanChangeSource | The CanChangeSource property is used to indicate whether a user can change the source while they are working on the page. Set this property to No to prevent users from changing the source while working on the page. |
Default Grid Settings | The DefaultGridSettings property is used to specify whether the designer grid should be displayed, and whether widgets should snap to the grid. |
DefaultMode | The DefaultMode property is used to specify which layout option will be shown to the user by default. The available layout options are list, table, and tree. |
ID | Read only. The ID property is used to show the unique ID of the design control. |
LayoutWidth | The Layout Width property is used to specify the width of a control or widget. LayoutWidth can be specified in pixels or as a percentage of the width of the containing pane. |
LayoutHeight | The LayoutHeight property is used to specify the height of a control or widget. LayoutHeight can be specified in pixels or as a percentage of the height of the containing pane. |
Subscriptions | The Subscriptions property is used to list events for which a widget is subscribed. |
Title | The Title property is used to specify a title that is visible to team members while using the widget or control. |
Totals Row Label | The Totals Row Label property is used to specify the label for a totals row. |
Type | Read only. The Type property is used to show the control type. For example, linklabel, button, hr, and so on. |
Z-Index | The Z-Index property is used to set the order by which attributes, controls, and widgets are layered on a page. For example, you can layer a form on top of an image. |