Creating a recurring project

We have some projects that are "service contracts". The customer wants some work to be repeated at set intervals, e.g. every 6 months or every 12 months.

I want to automate this handling in the project board:

  • If the "start date" of a project is less than 1 month from current date, move the project to project phase "soon to be started".
  • If the project phase is "done", move the project phase back to start and calculate a new start and end date.

I have created a custom field "interval" in projects which holds the number of months.

This should be a relatively simple automation. The problem however i am facing is that there seems to be no possibilty for "scripting" in the workflow automation. For example this automation would require some simple date calculations (new start date = current date + interval). It seems this is not possible currently.

How should i go about to solve this task?

Answers

  • Mike van der Valk
    Mike van der Valk Product Manager Posts: 3,239
    2500 Comments 100 Likes Third Anniversary 5 Answers
    PRODUCT MANAGER

    Hi @Patsta

    Unfortunately this calculating functionality is indeed not available today in the workflow automation. I've passed this suggestion on to our Automation team here internally. In the meantime automating tools like Zapier or Make could give you an alternative to set it up.

    Hope it helps!

  • Amit Sarda (AmitSarda.xyz)
    Amit Sarda (AmitSarda.xyz) Member Posts: 1,354
    1000 Comments Third Anniversary 100 Likes 5 Answers
    CONSULTANT

    You should try using API endpoints for Projects in Make/Integromat once they are available.

    Right now it doesn't look like these endpoints are available.