How to get the remaining estimate of an issue using Java API?

Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 22, 2013

Hi,

i'm trying to create a listener where i'll use the remaining estimate of an issue for calculating the possible end date.

From what i have seen in Java api in com.atlassian.jira.issue there in no method to get the remaing estimate.

Should i look somewhere else?

Cheers,

Kostas

2 answers

1 accepted

1 vote
Answer accepted
Adam Marszałek
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 22, 2013

Hey,

Probably you are looking for method: getEstimate() on Issue class:

https://docs.atlassian.com/jira/5.1.2/com/atlassian/jira/issue/Issue.html#getEstimate%28%29

Regards,

Adam

0 votes
Patrick van der Rijst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 26, 2015

Please note, this does not include the subtasks.

Suggest an answer

Log in or Sign up to answer