Key | Class | Description |
---|---|---|
request | HttpServletRequest | |
user | UserDto | |
currentDate | Date | |
project | ProjectDto | |
requirementTracker | TrackerDto | |
requirements | SortedMap<ReleaseId, TrackerItemDto> | ReleaseId class provides indexing and sorting for requirements.Use ReleaseId.getRelease() |
baseline | Baseline | Only available when exporting a baselined set of issues. When exporting the HEAD (the latest revision), it is not available. |
wikiMarkupProcessor | WikiMarkupProcessor | |
incomingReferencesByIssue | Map<Integer, Map<String, List<TrackerItemDto>>> | Keyed first by the item ID, then by the field name. Maps to a list of tracker items. |
outgoingReferencesByIssue | Map<Integer, Map<String, List<TrackerItemDto>>> | Keyed first by the item ID, then by the field name. Maps to a list of tracker items. |