Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Edit the workflow that is associated with your project.

  2. Select the Resolve transition.

  3. Select the Post Functions tab and click the Add post function.

  4. Select the Precondition: Date Compare(JSU) and clickAdd

  5. Select the parameters to add the condition as Resolved <= Due Date and click Add.

    Image RemovedImage Added

  6. This precondition checks only the date part and executes the action. If you want the precondition to check the time along with the date and perform the action, then select the Include time part checkbox option.

  7. Select the Update Any Issue Field (JSU) post function and click Add

  8. Precondition should be set to True and select the field to be updated with a preferred value and click Add

    Image RemovedImage Added


    In exceptional cases like the Sprint field, the Field Value should be the id of sprint instead of sprint name.

  9. Now, select the parameters to add the condition as Resolved > Due Date and click Add

    Image RemovedImage Added

  10. This precondition also checks only the date part and executes the action. If you want the precondition to check the time along with the date and perform the action then select the Include time part checkbox option.

  11. Select Update Any Issue Field (JSU) post function and click Add to update the field when the above precondition is true.

  12. The precondition should be marked as True and select the field to be updated with a preferred value and click Add

    Image RemovedImage Added

  13. Once all the preconditions and post functions are added, re-arrange the order of the configuration as shown below:

    Image RemovedImage Added

  14. Publish the workflow.

  15. In order to test this scenario:

    1. Create an issue by providing a value for the Due date field.

    2. Transition the issue to check if the fields are updated accordingly.

...