BIRT - How can I get changes to Due Date from history
I am writing a BIRT report to show changes to certain fields in work items. I am able to get most of the information from the WORKITEM_CHNGS table, but this table does does not expose the DueDate field. I have examined the live com.ibm.team.repository.ChangeEvent table but can't figure out how to interpret what I'm seeing there.
Any ideas on how to get info on changes to DueDate?
Thanks,
Ethan
Any ideas on how to get info on changes to DueDate?
Thanks,
Ethan
3 answers
I don't think ChangeEvent is what you want. As you noticed, we don't store DueDate in WORKITEM_CHNGS, so I believe that what you want isn't possible today.
james
james
I am writing a BIRT report to show changes to certain fields in work items. I am able to get most of the information from the WORKITEM_CHNGS table, but this table does does not expose the DueDate field. I have examined the live com.ibm.team.repository.ChangeEvent table but can't figure out how to interpret what I'm seeing there.
Any ideas on how to get info on changes to DueDate?
Thanks,
Ethan