The average number of transports in QA on any selected date where they have been deployed into QA but are not yet completed. (E.g. deployed into Production or Merged).
Parameters
ENDROLES=P
STARTROLE=Q
MAXRETCODE=8
EXCLUDE_NON_TE_TRANSPORTS=X
Documentation of operation and logic
Calculates the average number of transports that are in a state of QA at a given point in time.
A transport is deemed to be WIP in QA after it has been imported into a QA target system until it is imported into a production system.
Start time: Earliest import import into a QA target system (STARTROLE = Q)
End time: Earliest import import into a QA target system (ENDROLES = P)
Only the first imports into QA or Production are considered and all other subsequent imports are ignored.
A transport will cease to be ‘Work In Progress’ if is imported into a Production target system or the transport form has been deleted from a path.
By default transports outside of ActiveControl are ignored (EXCLUDE_NON_TE_TRANSPORTS = ‘X’). Reset this parameter to include non-ActiveControl transports.
Post your comment on this topic.