I am developing a Jira report plugin. I have gathered a list of Issues and I need to find somehow the initial storypoint estimate for each of them. There is a method in the Issue class named getEstimate()
but it returns null even for estimated tasks, and I think that this method is rather related to time estimation. Does anyone know how should I do that?
Thank you very much!
PS: I am using Java API, all information that I have so far was gathered using greenhopper classes.