Can anybody help with my following problem:
I want to detect any overdue issue (not only as of now but also to record for future statistics).
Since I am not able to compare the duedate field against date status changed from X to resolved, I would like to set a custom filed if an issue runs overdue.
For that I have
1. created a custom field Overdue (option Yes, No)
2. created an automation rule as following
The rule builder says:
How do I have to setup the suggested for each branch?
Hi @Jürgen Wieser ,
An automation always needs to know on which issues it needs to work. This is not the case in your situation. The rule builder tells you to adjust your automation with the for each branch.
This branch can be adorned by JQL like: Project = "XYZ" and status != Done to yield the issues you would like to be (potentially) changed by the automation.
It is wise to run this schedule between non-office hours as the for each statement could demand a bit of time to be executed in case of a very active project with many issues.
Try it, you will like it.
Dick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.