Export CSV

Field NameSourceDescriptionNote
Pipeline Namepipeline nameselected pipeline name on metrics page
Pipeline Steppipeline step nameselected step name on metrics page
Build NumberbuildInfo.numberobtain buildInfos based on the organization and pipeline name, and filter out the passed/failed buildInfo with the selected step name,you can retrieve the buildInfo.number
CommittercommitInfo.commit.committer.nameto obtain buildInfos and the repository of the pipeline based on the organization and pipeline name,and filter out the passed/failed buildInfo with the selected step name,can retrieve the buildInfo.commit.then obtain commitInfo according to the repository and commitwhen selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
Code Committed TimecommitInfo.commit.committer.dateconsistent with the above descriptionwhen selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
First Code Committed Time In PRleadTimeInfo.firstCommitTimeInProbtain buildInfos and the repository of the pipeline according to the organization and pipeline name, then calculate leadTimes according to the selected step and repository, and finally generate leadTimeInfo according to leadTimeswhen selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
PR Created TimeleadTimeInfo.prCreatedTimeconsistent with the above descriptionwhen selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
PR Merged TimeleadTimeInfo.prMergedTimeconsistent with the above descriptionwhen selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
PR lead time (HH:mm
)
leadTimeInfo.prDelayTimeconsistent with the above descriptionwhen selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
Total Lead Time (HH:mm
)
leadTimeInfo.totalTimeconsistent with the above descriptionold app: when leadTimeForChanges is not selected on the config page, but Deployment frequency/Change failure rate/MTTR is selected, a leadTimeInfo without mergeDelayTime can be generated according to buildInfo’s commit, pipelineCreateTime and deployInfo’s finishedTime, new app: when selecting and configuring the leadTimeForChanges field on the config page, the field will be calculated
Deployment Completed TimeleadTimeInfo.jobFinishTimeconsistent with the above descriptionwhen leadTimeForChanges is not selected on the config page, but Deployment frequency/Change failure rate/MTTR is selected, a leadTimeInfo without mergeDelayTime can be generated according to buildInfo’s commit, pipelineCreateTime and deployInfo’s finishedTime
Pipeline lead time (HH:mm
)
leadTimeInfo.pipelineDelayTimeconsistent with the above descriptionconsistent with the above description
StatusdeployInfo.stateobtain the deployInfos of buildInfo according to the organization and pipeline name, then query the first deployInfo that meets the criteria of the selected step and state
  • On the config page, selecting Lead times for changes, Deployment frequency, Change failure rate, or Mean time to recovery will display the export pipeline data button.
  • Only selecting Lead times for changes, can get value of Committer,Code Committed Time and completed leadTimeInfo.
  • On the metrics page, selecting different pipeline and step will show different data.
Field NameSourceDescriptionNote
Issue KeyCardCollection.jiraCardDTOList.baseInfo.keythe card ID
SummaryCardCollection.jiraCardDTOList.baseInfo.fields.summarythe specific description of this card
Issue TypeCardCollection.jiraCardDTOList.baseInfo.fields.issuetypethe card type (Tech, Bug, Story)
StatusCardCollection.jiraCardDTOList.baseInfo.fields.statusthe card in status
Story PointsCardCollection.jiraCardDTOList.baseInfo.fields.storyPointsthe card story point estimate
AssigneeCardCollection.jiraCardDTOList.baseInfo.fields.assigneethe card belongs to which member
ReporterCardCollection.jiraCardDTOList.baseInfo.fields.reporterthe team member who created this card
Project KeyCardCollection.jiraCardDTOList.baseInfo.fields.project.keyabbreviation of Project Key
Project NameCardCollection.jiraCardDTOList.baseInfo.fields.project.name(Auto Dora Metrics) Project Name
PriorityCardCollection.jiraCardDTOList.baseInfo.fields.prioritydistinguish the degree of urgency of a card
Parent SummaryCardCollection.jiraCardDTOList.baseInfo.fields.parentdetail info for parent card link or issue key?? (but now: Tech Stack Replacement)
SprintCardCollection.jiraCardDTOList.baseInfo.fields.sprintiteration number
LabelsCardCollection.jiraCardDTOList.baseInfo.fields.labelscards label
CustomFieldCardCollection.jiraCardDTOList.baseInfo.fields.customFieldsall customFields
Cycle TimeCardCollection.jiraCardDTOList.cardCycleTime.totalAll the time it takes for this card to done from the doing
Cycle Time / Story PointsCardCollection.jiraCardDTOList.cardCycleTime.total/CardCollection.jiraCardDTOList.baseInfo.fields.storyPointscycle time of this card per story point of day
Columns CycleTimeCardCollection.jiraCardDTOList.cycleTimeListThe time this card spent in each column
Columns OriginCycleTimeCardCollection.jiraCardDTOList.originCycleTimeListconsistent with the above description
  • On the config page, selecting Velocity, Cycle Time or Classicfation will display the export board data button.
  • Only selecting Classification, can get value of custom field.
  • On the metrics page, selecting Consider the "Flag" as "Block" will calculate Cycle Time, Take “Flag” cost time as “Block”.
  • On the metrics page, selecting different crews, boardSetting and classification will show different data.