Hi Jeff,
not sure if this is what you are looking for, but you could do something like this:
##########################
##Define the item type IDs (take from your instance)###
#set( $ReqType = 86)
#set( $RevHist = 87)
#set( $TitPag = 31)
####################
#foreach( $vDoc in $documentList)
#set( $doc = $vDoc.document)
#if( $doc.documentType.id == $ReqType)
##insert code for Requirement Items here
#elseif( $doc.documentType.id == $RevHist)
##insert code for Revision History Items here
#elseif( $doc.documentType.id == $TitPag)
##insert code for Titel Page Items here
#end
#end
The IDs for the item types can be found in the Admin section -> Item Types -> Column 'API-ID'
------------------------------
Patrick
------------------------------
Original Message:
Sent: 01-23-2023 09:43
From: Jeff Abbott
Subject: Navigate between requirements sets in a project - Velocity Reports
I have a context sensitive velocity report that i need to upgrade to access three sets of item types.
1) Requirements
2) Revision History
3) Title Page details
The report is run from the context of a filtered view of our requirements, and also needs to lookup the revision history items and title page item.
I have not been able to identify a means of to query item types under a project.
Jama Project
- Set of Requirement Items
- Set of Revision History Items
- Set of one Title Page item
------------------------------
Jeff Abbott
Leidos
Orlando FL
------------------------------