Round robin assignment of issues.
We are trying to use Youtrack to handle feedback as described here:
http://blogs.jetbrains.com/youtrack/2011/10/handling-email-feedback-youtrack-to-the-rescue/
One feature we would like is to automatically assign issues on a round robin basis as they come in is there way to accomplish this?
Please sign in to leave a comment.
Ok, it's possible, but requires 1 additional (possible private) custom field of type user[*] to store projects assignees. You need to add additional field because of current restriction of customizable workflow system, please vote for JT-12689, JT-12701.
To assign each new issue to next assignee write the following workflow:
Please look at the reference how to write own workflows.