Hello together,
I am currently thinking about how to deal with repetitive tasks in project management. I set up a workflow for my project management and now want my team leads to give some kind of status report at 3 status states ("In Progress", "Waiting", "Customizing"). Therefore I set up everytime the same transition (had to create it 3 times because reusing seems not to be possible because it leads back to the status itself).
So therefore my team leads have to use the transition "Create status report" which shows a screen to put in the values.
Now I want them to renew it by an interval of 14 days (so every to weeks).
How can I do this with automation?
I thought about the following:
- 2 rules
- Workflow Trigger "In Progress" --> "In Progress"
Set Flag --> Unmarked
Set Date --> {{now.plusDays(7)}} - Workflow Trigger "Cron" (every Day)
JQL --> If Date = startOfday --> Edit fields "Flag" --> Marked --> Send Mail "Pls update status report"
So this would be the idea which I am currently thinking about. Perhaps it is possible to make the rules more efficient.
Best
Tobias