Enum AdjustEstimate
allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are
Namespace:Dapplo.Jira.Enums
Assembly:Dapplo.Jira.dll
Syntax
public enum AdjustEstimate
Fields
Name | Description |
---|---|
Auto | Default option. Will automatically adjust the value based on the new timeSpent specified on the worklog |
Leave | leaves the estimate as is |
Manual | specify a specific amount to increase remaining estimate by |
New | sets the estimate to a specific value |