SlideShare una empresa de Scribd logo
1 de 14
HPE Agile Manager and PPM
Plug-in Overview
Agenda
• Why ResultsPositive?
• Adapter Overview
• Timesheet Integration Overview
• How Does the Plug-In Work?
• REST API Sequence
• Download and Installation Instructions
• PPM Configuration Instructions
• Importing Agile Manager Effort to PPM Center
ResultsPositive - Make a Difference Today
Our purpose is to make a difference with our customers, business partners, and
employees daily by enabling them to reach and exceed their goals and objectives
Founded in 2004, we are a platinum HP partner focused on improving business
execution. We offer RapidStart implementation services for HP Quality Center,
ALM, Performance Center, UFT, PPM, and Agile Manager. We are recognized by
the world’s largest technology company as a leader in delivering better business
results for our customers.
Adapter Overview
PPM Center integrates with HP Agile Manager via the Integration Plug-In made available on HPLN:
• Visibility into real-time status and progress of agile development projects from within PPM Center, without
having to login to HP Agile Manager for details.
• A consolidated view of your tasks and agile development initiatives
Additional features of the Plug-In, include:
• Allows Project Managers to map a task under a project to a specific released managed in HP AgM
• Each PPM Center task is associated with a single release in HP AgM throughout the task life
• Project Managers and PMO Directors are able to view real-time agile development related charts for a
release retrieved from HP Agile Manager.
• Project Managers can also view an overall release hierarchy on a specific work package within PPM Center
Project Managers can Monitor Real-Time Agile Charts within PPM
Timesheet Integration Overview
• Enables end users to import agile effort from AgM into
their PPM Center timesheets
• Eliminates need to duplicate effort into multiple systems
• Data feeds from HPE Agile Manager to PPM Center
• One timesheet can be mapped to multiple sprints
(releases) in Agile Manager
Via REST APIs, PPM and Agile Manager Communicate in Real-Time to Track Total Effort
How Does It Work?
Get
• End user clicks “Add External Data” on their timesheet from PPM ands selects HP Agile Manager from the “Select
an External System” drop-down list.
• PPM calls the HPE Agile Manager REST APIs (see Technical REST API sequence execution)
Compute
• The adapter adds together values from the Invested (h) fields for all returned tasks for each of the releases
• The adapter then imports the total effort of a release as an entry and divides the total effort by the available
working days in the current timesheet period.
Import
• The adapter then fills the average value to each of the working days in the timeline
• See Technical REST APIs in the Appendix for more information on the sequence of “Get” calls to AgM
REST API Get Sequence
• Get release list for a specific project from HP Agile Manager
• Get sprint list from available releases, where the sprints shall fall into the user’s current timesheet period
• Get backlog list for qualified sprints
– Sprint start date is the same as or later than the time sheet period start date
– Sprint end date is the same as or earlier than the time sheet period end date
– If the time sheet period contains unqualified sprints, the effort in these unqualified sprints will not be retrieved by the plug-in.
Users will get a warning message when the release contains unqualified sprints.
• Get task list by assign-to value and status value, where assign-to value is the HP Agile Manager user email
address, and the status value is Completed.
• Then the Agile Manager Integration Plug-in for PPM:
– Adds together value for the Invested (h) field for all returned tasks for each of the releases
– Imports the total effort of a release as an entry
– Divides the total effort by available working days in the current timesheet period, and
– Fills the average effort value to each of the working days in the time line
Source: PPM Center v9.31 Release Notes (published by HPE)
REST API Get Sequence
Sequence & Description HP Agile Manager REST API Called
1. Get Domain List https://<AgileManager_Server_URL>/qcbin/rest/domains/
2. Get Project List of One Domain https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/
3. Get release list of one project https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/releases/
4. Get a specific release https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/releases?query={id[<release_
id>]}
5. Get sprint list of one release https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/release-cycles?query={parent-id
[<release_id>]}
6. Get backlog list of sprints https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/release-backlog-items?query={entity-
type[requirement];sprint-id[<sprint_id1> OR <sprint_id2> OR ...]}
7. Get task list of one backlogs by
assign-to and status
https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/project-tasks?query={releasebacklog-
item-id[<backlog_id1> OR <backlog_id2> OR…];assigned-to[<agile_user_mail_address>];status[Completed]}
Download & Installation Instructions
Steps Description
Step 1 Obtain the plug-in bundles from the HP Live Network
Step 2 On the PPM Community home page, click Content Catalog
Step 3 Click Agile Manager Integration Plug-in for PPM
Step 4 Click Downloads - Click the HP Agile Manager Connector for PPM v9.31
Step 5 Click ppm-931-AgileManagerConnector.zip to download the file
Step 6 Unzip the file to obtain the ppm-931-Connector-AGM.jar file
Step 7 Stop the PPM Server
Step 8 Unzip the package and copy the two bundles to the <PPM_Home> directory
Step 9 Deploy the bundles by running the following commands from the <PPM_Home>/bin directory: sh . /kDeploy .sh -i Connector –AGM
Step 10 Repeat steps #8 and #9 for each of the server nodes in a cluster
Step 11 Restart the PPM Server
New Entities in PPM v9.31
• New timesheet type of External Data is now visible
in the HPE PPM Time Management Module
• You can enable or disable the external data items, or
make activities specific to external data items only
from HP Agile Manager (example below)
Source: PPM Center v9.31 Release Notes (published by HPE)
PPM Configuration Instructions
Steps Description
Step 1 Logon to PPM Center as the administrator
Step 2 Launch the Administration Console and c heck that the ENABLE_TM_WORK_ITEM_EXTERNAL_DATA server configuration parameter is set to true
Step 3 In the PPM Workbench, enable the External Data option on the Work Items tab of the desired time sheet policy.
Step 4 From the menu bar, select Open > Administration > Open Workbench (or Open Workbench on Desktop)
Step 5 From the shortcut bar, select Time Mgmt > Timesheet Policies
Step 6 Click List
Step 7 From the Results Tab, select and open the desired timesheet policy
Step 8 Click the Work Items tab.
Step 9 Select the checkbox for the External Data option
Step 10 Click OK
Importing Agile Effort to PPM Center
Steps Description
Step 1 Logon to PPM Center
Step 2 From the menu bar, select Create > Timesheet.
Step 3 Select Time Period , Resource, Description, and Included Items from My Items List
Step 4 Click Create (the timesheet is created and the Edit Time Sheet page appears)
Step 5 Click Add Items and then select Add External Data from the available actions (the Import External Data window appears)
Step 6 From the Select Instance drop-down list, select an instance, with the Agile Manager icon in front of the instance name
Step 7 Click Next
Step 8 Enter the Username and Password that you use to logon to HP Agile Manager, click Next
Step 9 Allow PPM Center to retrieve and load effort data from the available releases in HP Agile Manager
Step 10 Click Submit (the AgM efforts are imported and distributed to each of the working days of the timesheet – displayed in the External Data section)
Make a Difference
HP Platinum
Partner
HP Support Partner
of the Year
HP PPM Partner
of the Year
End to End Business
Technology Solutions
Thank you!
www.resultspositive.com
Contact us today for a free 1 hour consultation!

Más contenido relacionado

La actualidad más candente

Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...IBM Rational software
 
205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach
205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach
205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approachp6academy
 
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANAS/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANALinh Nguyen
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationLinh Nguyen
 
Upgrading Microsoft Dynamics NAV
Upgrading Microsoft Dynamics NAVUpgrading Microsoft Dynamics NAV
Upgrading Microsoft Dynamics NAVChandara Daly
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentMastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentLinh Nguyen
 
Why Project Management with Primavera?
Why Project Management with Primavera?Why Project Management with Primavera?
Why Project Management with Primavera?Abhi Kalyan
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringLinh Nguyen
 
RTC & Work Item Customization Overview
RTC & Work Item Customization OverviewRTC & Work Item Customization Overview
RTC & Work Item Customization OverviewBharat Malge
 
Year in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesYear in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesPerforce
 
Customizing Magnolia Workflow
Customizing Magnolia WorkflowCustomizing Magnolia Workflow
Customizing Magnolia WorkflowMagnolia
 
8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM Hub8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM HubRocket Software ALM
 
Primavera Mobile Applications - Now and Beyond
Primavera Mobile Applications - Now and BeyondPrimavera Mobile Applications - Now and Beyond
Primavera Mobile Applications - Now and Beyondp6academy
 
How to upgrade / migrate Microsoft Dynamics NAV older versions
How to upgrade / migrate Microsoft Dynamics NAV older versionsHow to upgrade / migrate Microsoft Dynamics NAV older versions
How to upgrade / migrate Microsoft Dynamics NAV older versionsChinmoy Roy
 
The Primavera suite how the tools work together - Oracle Primavera Collabor...
The Primavera suite   how the tools work together - Oracle Primavera Collabor...The Primavera suite   how the tools work together - Oracle Primavera Collabor...
The Primavera suite how the tools work together - Oracle Primavera Collabor...p6academy
 

La actualidad más candente (20)

Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...
 
205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach
205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach
205560 jeppesen’s upgrade to primavera p6 release 8.2 agile approach
 
Ascp
AscpAscp
Ascp
 
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANAS/4HANA Installation Quickstart Guide and Monitoring S/4HANA
S/4HANA Installation Quickstart Guide and Monitoring S/4HANA
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
 
Upgrading Microsoft Dynamics NAV
Upgrading Microsoft Dynamics NAVUpgrading Microsoft Dynamics NAV
Upgrading Microsoft Dynamics NAV
 
Mastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP EnvironmentMastering SAP Monitoring - Determining the Health of your SAP Environment
Mastering SAP Monitoring - Determining the Health of your SAP Environment
 
Why Project Management with Primavera?
Why Project Management with Primavera?Why Project Management with Primavera?
Why Project Management with Primavera?
 
Mastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload MonitoringMastering SAP Monitoring - Workload Monitoring
Mastering SAP Monitoring - Workload Monitoring
 
Deployment module slides
Deployment module slidesDeployment module slides
Deployment module slides
 
Difference between versions of primavera 6,7,R8.1,R8.2,R8.3
Difference between versions of primavera 6,7,R8.1,R8.2,R8.3Difference between versions of primavera 6,7,R8.1,R8.2,R8.3
Difference between versions of primavera 6,7,R8.1,R8.2,R8.3
 
RTC & Work Item Customization Overview
RTC & Work Item Customization OverviewRTC & Work Item Customization Overview
RTC & Work Item Customization Overview
 
Alm 11.0 qa training
Alm 11.0 qa trainingAlm 11.0 qa training
Alm 11.0 qa training
 
Year in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesYear in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product Updates
 
Integration Golden Rules
Integration Golden RulesIntegration Golden Rules
Integration Golden Rules
 
Customizing Magnolia Workflow
Customizing Magnolia WorkflowCustomizing Magnolia Workflow
Customizing Magnolia Workflow
 
8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM Hub8 Reasons Your Team Should Connect to the Rocket ALM Hub
8 Reasons Your Team Should Connect to the Rocket ALM Hub
 
Primavera Mobile Applications - Now and Beyond
Primavera Mobile Applications - Now and BeyondPrimavera Mobile Applications - Now and Beyond
Primavera Mobile Applications - Now and Beyond
 
How to upgrade / migrate Microsoft Dynamics NAV older versions
How to upgrade / migrate Microsoft Dynamics NAV older versionsHow to upgrade / migrate Microsoft Dynamics NAV older versions
How to upgrade / migrate Microsoft Dynamics NAV older versions
 
The Primavera suite how the tools work together - Oracle Primavera Collabor...
The Primavera suite   how the tools work together - Oracle Primavera Collabor...The Primavera suite   how the tools work together - Oracle Primavera Collabor...
The Primavera suite how the tools work together - Oracle Primavera Collabor...
 

Similar a HPE Project and Portfolio Manager and Agile Manager

Process Flow and Narrative for Agile
Process Flow and Narrative for AgileProcess Flow and Narrative for Agile
Process Flow and Narrative for AgileGlen Alleman
 
P6 Team Member – Implementation Stories
P6 Team Member – Implementation StoriesP6 Team Member – Implementation Stories
P6 Team Member – Implementation StoriesLuka Novosel, M.EE, PMP
 
Sap ehp6 to ehp7 upgradation projects
Sap ehp6 to ehp7 upgradation projectsSap ehp6 to ehp7 upgradation projects
Sap ehp6 to ehp7 upgradation projectsLokesh Modem
 
Process Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPMProcess Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPMGlen Alleman
 
DescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docxDescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docxcarolinef5
 
DescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docxDescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docxdonaldp2
 
Rego University: Integrating MSP with CA PPM (CA Clarity PPM)
Rego University: Integrating MSP with CA PPM (CA Clarity PPM)Rego University: Integrating MSP with CA PPM (CA Clarity PPM)
Rego University: Integrating MSP with CA PPM (CA Clarity PPM)Rego Consulting
 
7 Tips from Siemens Energy for Success with Automation
7 Tips from Siemens Energy for Success with Automation7 Tips from Siemens Energy for Success with Automation
7 Tips from Siemens Energy for Success with AutomationWorksoft
 
T-Mobile Service Transition Timesheet Tool
T-Mobile Service Transition Timesheet ToolT-Mobile Service Transition Timesheet Tool
T-Mobile Service Transition Timesheet ToolBill Jones
 
P6 security and administration - Oracle Primavera P6 Collaborate 14
P6 security and administration  - Oracle Primavera P6 Collaborate 14P6 security and administration  - Oracle Primavera P6 Collaborate 14
P6 security and administration - Oracle Primavera P6 Collaborate 14p6academy
 
]project-open[ Roll Out Plan
]project-open[ Roll Out Plan]project-open[ Roll Out Plan
]project-open[ Roll Out PlanKlaus Hofeditz
 
Production Module & Report Completion Sub-Module. .pptx
Production Module & Report Completion Sub-Module. .pptxProduction Module & Report Completion Sub-Module. .pptx
Production Module & Report Completion Sub-Module. .pptxLamees EL- Ghazoly
 
Ppm Project Administration Plan
Ppm Project Administration PlanPpm Project Administration Plan
Ppm Project Administration Planmjahn58
 
M365 global developer bootcamp 2019 PA
M365 global developer bootcamp 2019  PAM365 global developer bootcamp 2019  PA
M365 global developer bootcamp 2019 PAThomas Daly
 
Scrum With TFS 2010
Scrum With TFS 2010Scrum With TFS 2010
Scrum With TFS 2010adrian8three
 
201601007 Limelight - Hui Qin Teoh
201601007 Limelight - Hui Qin Teoh201601007 Limelight - Hui Qin Teoh
201601007 Limelight - Hui Qin TeohHui Qin Teoh, PMP®
 
Visual paradigm-leaflet
Visual paradigm-leafletVisual paradigm-leaflet
Visual paradigm-leafletCurtis Tsang
 

Similar a HPE Project and Portfolio Manager and Agile Manager (20)

Process Flow and Narrative for Agile
Process Flow and Narrative for AgileProcess Flow and Narrative for Agile
Process Flow and Narrative for Agile
 
P6 Team Member – Implementation Stories
P6 Team Member – Implementation StoriesP6 Team Member – Implementation Stories
P6 Team Member – Implementation Stories
 
Sap ehp6 to ehp7 upgradation projects
Sap ehp6 to ehp7 upgradation projectsSap ehp6 to ehp7 upgradation projects
Sap ehp6 to ehp7 upgradation projects
 
Process Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPMProcess Flow and Narrative for Agile+PPM
Process Flow and Narrative for Agile+PPM
 
DescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docxDescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docx
 
DescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docxDescriptionThe Aires Corporation is highly desirous of implementi.docx
DescriptionThe Aires Corporation is highly desirous of implementi.docx
 
Sdlc plan
Sdlc planSdlc plan
Sdlc plan
 
Agile Metrics
Agile MetricsAgile Metrics
Agile Metrics
 
Rego University: Integrating MSP with CA PPM (CA Clarity PPM)
Rego University: Integrating MSP with CA PPM (CA Clarity PPM)Rego University: Integrating MSP with CA PPM (CA Clarity PPM)
Rego University: Integrating MSP with CA PPM (CA Clarity PPM)
 
7 Tips from Siemens Energy for Success with Automation
7 Tips from Siemens Energy for Success with Automation7 Tips from Siemens Energy for Success with Automation
7 Tips from Siemens Energy for Success with Automation
 
T-Mobile Service Transition Timesheet Tool
T-Mobile Service Transition Timesheet ToolT-Mobile Service Transition Timesheet Tool
T-Mobile Service Transition Timesheet Tool
 
P6 security and administration - Oracle Primavera P6 Collaborate 14
P6 security and administration  - Oracle Primavera P6 Collaborate 14P6 security and administration  - Oracle Primavera P6 Collaborate 14
P6 security and administration - Oracle Primavera P6 Collaborate 14
 
]project-open[ Roll Out Plan
]project-open[ Roll Out Plan]project-open[ Roll Out Plan
]project-open[ Roll Out Plan
 
Production Module & Report Completion Sub-Module. .pptx
Production Module & Report Completion Sub-Module. .pptxProduction Module & Report Completion Sub-Module. .pptx
Production Module & Report Completion Sub-Module. .pptx
 
Ppm Project Administration Plan
Ppm Project Administration PlanPpm Project Administration Plan
Ppm Project Administration Plan
 
M365 global developer bootcamp 2019 PA
M365 global developer bootcamp 2019  PAM365 global developer bootcamp 2019  PA
M365 global developer bootcamp 2019 PA
 
Prg 211 prg211
Prg 211 prg211Prg 211 prg211
Prg 211 prg211
 
Scrum With TFS 2010
Scrum With TFS 2010Scrum With TFS 2010
Scrum With TFS 2010
 
201601007 Limelight - Hui Qin Teoh
201601007 Limelight - Hui Qin Teoh201601007 Limelight - Hui Qin Teoh
201601007 Limelight - Hui Qin Teoh
 
Visual paradigm-leaflet
Visual paradigm-leafletVisual paradigm-leaflet
Visual paradigm-leaflet
 

Más de Matt Angerer

Strategies for Building a 25+ Unit Rental Property Portfolio
Strategies for Building a 25+ Unit Rental Property PortfolioStrategies for Building a 25+ Unit Rental Property Portfolio
Strategies for Building a 25+ Unit Rental Property PortfolioMatt Angerer
 
Why Upgrade from QC to ALM?
Why Upgrade from QC to ALM?Why Upgrade from QC to ALM?
Why Upgrade from QC to ALM?Matt Angerer
 
HPE Technology Innovation Day
HPE Technology Innovation Day HPE Technology Innovation Day
HPE Technology Innovation Day Matt Angerer
 
RPALM for SAP S/4 Journey
RPALM for SAP S/4 JourneyRPALM for SAP S/4 Journey
RPALM for SAP S/4 JourneyMatt Angerer
 
13 Key Considerations to Evict a Tenant
13 Key Considerations to Evict a Tenant13 Key Considerations to Evict a Tenant
13 Key Considerations to Evict a TenantMatt Angerer
 
8 Factors Affecting Rent Prices
8 Factors Affecting Rent Prices8 Factors Affecting Rent Prices
8 Factors Affecting Rent PricesMatt Angerer
 
Private Label for Brokerage and Property Management Firms
Private Label for Brokerage and Property Management FirmsPrivate Label for Brokerage and Property Management Firms
Private Label for Brokerage and Property Management FirmsMatt Angerer
 
HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance
HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance
HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance Matt Angerer
 
HPE ADM Software Innovation Workshop
HPE ADM Software Innovation WorkshopHPE ADM Software Innovation Workshop
HPE ADM Software Innovation WorkshopMatt Angerer
 
PMO View Interactive Dashboard
PMO View Interactive DashboardPMO View Interactive Dashboard
PMO View Interactive DashboardMatt Angerer
 

Más de Matt Angerer (10)

Strategies for Building a 25+ Unit Rental Property Portfolio
Strategies for Building a 25+ Unit Rental Property PortfolioStrategies for Building a 25+ Unit Rental Property Portfolio
Strategies for Building a 25+ Unit Rental Property Portfolio
 
Why Upgrade from QC to ALM?
Why Upgrade from QC to ALM?Why Upgrade from QC to ALM?
Why Upgrade from QC to ALM?
 
HPE Technology Innovation Day
HPE Technology Innovation Day HPE Technology Innovation Day
HPE Technology Innovation Day
 
RPALM for SAP S/4 Journey
RPALM for SAP S/4 JourneyRPALM for SAP S/4 Journey
RPALM for SAP S/4 Journey
 
13 Key Considerations to Evict a Tenant
13 Key Considerations to Evict a Tenant13 Key Considerations to Evict a Tenant
13 Key Considerations to Evict a Tenant
 
8 Factors Affecting Rent Prices
8 Factors Affecting Rent Prices8 Factors Affecting Rent Prices
8 Factors Affecting Rent Prices
 
Private Label for Brokerage and Property Management Firms
Private Label for Brokerage and Property Management FirmsPrivate Label for Brokerage and Property Management Firms
Private Label for Brokerage and Property Management Firms
 
HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance
HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance
HPE Fortify OnDemand Helps VerticalRent Achieve E13PA Compliance
 
HPE ADM Software Innovation Workshop
HPE ADM Software Innovation WorkshopHPE ADM Software Innovation Workshop
HPE ADM Software Innovation Workshop
 
PMO View Interactive Dashboard
PMO View Interactive DashboardPMO View Interactive Dashboard
PMO View Interactive Dashboard
 

Último

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Último (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

HPE Project and Portfolio Manager and Agile Manager

  • 1. HPE Agile Manager and PPM Plug-in Overview
  • 2. Agenda • Why ResultsPositive? • Adapter Overview • Timesheet Integration Overview • How Does the Plug-In Work? • REST API Sequence • Download and Installation Instructions • PPM Configuration Instructions • Importing Agile Manager Effort to PPM Center
  • 3. ResultsPositive - Make a Difference Today Our purpose is to make a difference with our customers, business partners, and employees daily by enabling them to reach and exceed their goals and objectives
  • 4. Founded in 2004, we are a platinum HP partner focused on improving business execution. We offer RapidStart implementation services for HP Quality Center, ALM, Performance Center, UFT, PPM, and Agile Manager. We are recognized by the world’s largest technology company as a leader in delivering better business results for our customers.
  • 5. Adapter Overview PPM Center integrates with HP Agile Manager via the Integration Plug-In made available on HPLN: • Visibility into real-time status and progress of agile development projects from within PPM Center, without having to login to HP Agile Manager for details. • A consolidated view of your tasks and agile development initiatives Additional features of the Plug-In, include: • Allows Project Managers to map a task under a project to a specific released managed in HP AgM • Each PPM Center task is associated with a single release in HP AgM throughout the task life • Project Managers and PMO Directors are able to view real-time agile development related charts for a release retrieved from HP Agile Manager. • Project Managers can also view an overall release hierarchy on a specific work package within PPM Center Project Managers can Monitor Real-Time Agile Charts within PPM
  • 6. Timesheet Integration Overview • Enables end users to import agile effort from AgM into their PPM Center timesheets • Eliminates need to duplicate effort into multiple systems • Data feeds from HPE Agile Manager to PPM Center • One timesheet can be mapped to multiple sprints (releases) in Agile Manager Via REST APIs, PPM and Agile Manager Communicate in Real-Time to Track Total Effort
  • 7. How Does It Work? Get • End user clicks “Add External Data” on their timesheet from PPM ands selects HP Agile Manager from the “Select an External System” drop-down list. • PPM calls the HPE Agile Manager REST APIs (see Technical REST API sequence execution) Compute • The adapter adds together values from the Invested (h) fields for all returned tasks for each of the releases • The adapter then imports the total effort of a release as an entry and divides the total effort by the available working days in the current timesheet period. Import • The adapter then fills the average value to each of the working days in the timeline • See Technical REST APIs in the Appendix for more information on the sequence of “Get” calls to AgM
  • 8. REST API Get Sequence • Get release list for a specific project from HP Agile Manager • Get sprint list from available releases, where the sprints shall fall into the user’s current timesheet period • Get backlog list for qualified sprints – Sprint start date is the same as or later than the time sheet period start date – Sprint end date is the same as or earlier than the time sheet period end date – If the time sheet period contains unqualified sprints, the effort in these unqualified sprints will not be retrieved by the plug-in. Users will get a warning message when the release contains unqualified sprints. • Get task list by assign-to value and status value, where assign-to value is the HP Agile Manager user email address, and the status value is Completed. • Then the Agile Manager Integration Plug-in for PPM: – Adds together value for the Invested (h) field for all returned tasks for each of the releases – Imports the total effort of a release as an entry – Divides the total effort by available working days in the current timesheet period, and – Fills the average effort value to each of the working days in the time line Source: PPM Center v9.31 Release Notes (published by HPE)
  • 9. REST API Get Sequence Sequence & Description HP Agile Manager REST API Called 1. Get Domain List https://<AgileManager_Server_URL>/qcbin/rest/domains/ 2. Get Project List of One Domain https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/ 3. Get release list of one project https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/releases/ 4. Get a specific release https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/releases?query={id[<release_ id>]} 5. Get sprint list of one release https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/release-cycles?query={parent-id [<release_id>]} 6. Get backlog list of sprints https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/release-backlog-items?query={entity- type[requirement];sprint-id[<sprint_id1> OR <sprint_id2> OR ...]} 7. Get task list of one backlogs by assign-to and status https://<AgileManager_Server_URL>/qcbin/rest/domains/<domain_name>/projects/<project_name>/project-tasks?query={releasebacklog- item-id[<backlog_id1> OR <backlog_id2> OR…];assigned-to[<agile_user_mail_address>];status[Completed]}
  • 10. Download & Installation Instructions Steps Description Step 1 Obtain the plug-in bundles from the HP Live Network Step 2 On the PPM Community home page, click Content Catalog Step 3 Click Agile Manager Integration Plug-in for PPM Step 4 Click Downloads - Click the HP Agile Manager Connector for PPM v9.31 Step 5 Click ppm-931-AgileManagerConnector.zip to download the file Step 6 Unzip the file to obtain the ppm-931-Connector-AGM.jar file Step 7 Stop the PPM Server Step 8 Unzip the package and copy the two bundles to the <PPM_Home> directory Step 9 Deploy the bundles by running the following commands from the <PPM_Home>/bin directory: sh . /kDeploy .sh -i Connector –AGM Step 10 Repeat steps #8 and #9 for each of the server nodes in a cluster Step 11 Restart the PPM Server
  • 11. New Entities in PPM v9.31 • New timesheet type of External Data is now visible in the HPE PPM Time Management Module • You can enable or disable the external data items, or make activities specific to external data items only from HP Agile Manager (example below) Source: PPM Center v9.31 Release Notes (published by HPE)
  • 12. PPM Configuration Instructions Steps Description Step 1 Logon to PPM Center as the administrator Step 2 Launch the Administration Console and c heck that the ENABLE_TM_WORK_ITEM_EXTERNAL_DATA server configuration parameter is set to true Step 3 In the PPM Workbench, enable the External Data option on the Work Items tab of the desired time sheet policy. Step 4 From the menu bar, select Open > Administration > Open Workbench (or Open Workbench on Desktop) Step 5 From the shortcut bar, select Time Mgmt > Timesheet Policies Step 6 Click List Step 7 From the Results Tab, select and open the desired timesheet policy Step 8 Click the Work Items tab. Step 9 Select the checkbox for the External Data option Step 10 Click OK
  • 13. Importing Agile Effort to PPM Center Steps Description Step 1 Logon to PPM Center Step 2 From the menu bar, select Create > Timesheet. Step 3 Select Time Period , Resource, Description, and Included Items from My Items List Step 4 Click Create (the timesheet is created and the Edit Time Sheet page appears) Step 5 Click Add Items and then select Add External Data from the available actions (the Import External Data window appears) Step 6 From the Select Instance drop-down list, select an instance, with the Agile Manager icon in front of the instance name Step 7 Click Next Step 8 Enter the Username and Password that you use to logon to HP Agile Manager, click Next Step 9 Allow PPM Center to retrieve and load effort data from the available releases in HP Agile Manager Step 10 Click Submit (the AgM efforts are imported and distributed to each of the working days of the timesheet – displayed in the External Data section)
  • 14. Make a Difference HP Platinum Partner HP Support Partner of the Year HP PPM Partner of the Year End to End Business Technology Solutions Thank you! www.resultspositive.com Contact us today for a free 1 hour consultation!