This article helps to understand how the post function executes the action based on the checks performed by date compare precondition.
Instructions
Please note, the steps below are added on the Resolve transition, to compare the Due date and Resolved date, and to execute the action accordingly.
Edit the workflow that is associated with your project.
Select the Resolve transition.
Select the Post Functions tab and click Add post function.
Select the Precondition: Date Compare(JSU) and clickAdd
Select the parameters to add the condition as Resolved <= Due Date and click Add.
This precondition will check checks only the date part and execute executes the action. If you want the precondition to check the time along with the date and perform the action, then tick the Include time part checkbox option.
Select the Update Any Issue Field (JSU) post function and click Add
Set precondition must be Precondition should be set to True and select the field to be updated with a preferred value and click Add
In exceptional cases like for the Sprint field, the Field Value should be the id of sprint instead of sprint name.Now, select the parameters to add the condition as Resolved > Due Date and click Add
This precondition will also check checks only the date part and execute executes the action. If you want the precondition to check the time along with the date and perform the action then tick the Include time part checkbox option.
Select the Update Any Issue Field (JSU) post function and click Add to update the field when the above precondition is true.
Set The precondition must should be marked as True and select the field to be updated with a preferred value and click Add
Once all the preconditions and post functions are added, re-arrange the order of the configuration as mentioned below:
Publish the workflow, create .
In order to test this scenario:
Create an issue by providing a value for the Due date field
.
Transition the issue to check if the fields are updated accordingly.
Info |
---|
For better results, make sure that both the preconditions check either Only only the date part or Include the time part to execute the action correctly. |
...