On this page
Use case
Remove automatically the value of the Remaining estimate field when an issue is closed or rejected.
Configuration
Create a new rule and name it appropriately.
Providing a description will help you to identify what the rule does but this step is optional.
Issue transitioned event
Add a trigger
Select Issue transitioned event
Trigger the event from any workflow transition.
Boolean condition
Condition
Boolean condition
Expression
Use the following expression:
%{trigger.issue.resolution} != null
Only issues that have a resolution will pass this condition.
Update field action
Add an Action
Select Update field
Field
Select Remaining estimate (minutes)
Update to
Select Value returned by parser expression
Parser expression
Write the following expression with the expression editor in Numeric mode.
0
Import the example
Import the JSON file below to get started in no time.
Related use cases
If you still have questions, feel free to refer to our support team.