Set CF (Select list) value if DueDta is later than transition to close date

Issue #295 resolved
Itamar Ben-Sinai created an issue

Hi How can I achieve the above? I want to set CF "Due date closure" with the value "Breached" if the issue was closed later than its due date

Thanks

Comments (5)

  1. Fidel Castro Armario repo owner

    Use "Copy a parsed text to a field" post-function in "Close issue" transition using the following configuration:

    • Target field: Due date closure
    • Parsing mode: advanced
    • Text to be parsed: Breached
    • Conditional execution: datePart({00057}) > {00012}

    Note that:

    • {00057} is field code for Current date and time
    • [00012} is field code for Due date
  2. Log in to comment