java.lang.Object | |
↳ | com.atlassian.jira.issue.worklog.WorkRatio |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the work ratio as a whole number percentage, rounded down.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the work ratio as a whole number percentage, rounded down. Note that we round down to be consistent with getPercentage(long)
originalEstimate | the original estimate of the issue |
---|---|
timespent | the time spent on the issue |