Hi, I'm looking for a way to automatic assign but depending on the workload of the Assignable Users. In this way, new issues should go to the person with the lowest workload.
The workload is the number of issues assignee to each person.
Thanks.
Hi Ignacio,
are you yet using any workflow apps in Jira? For example Jira Misc Workflow Extensions, ScriptRunner or Jira Workflow Toolbox (Which is our own product)? Because for such use cases we implemented a function in the past called "leastBusyUserInRole" (user with the least amount of unresolved issues in Jira/a project) for the expression parser and put some examples for that into our documentation. And I'm pretty sure looking around here you will find suitable Groovy scripts as well for the use with ScriptRunner. But without additional apps you will not be able to achieve that.
Best, Max
Thanks for the answer, I'm new here and with this I know where to start to look now.
Bye.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ext_iaariagada ,
we've just released a plugin to fulfill this functionality: https://marketplace.atlassian.com/apps/1222630/smart-assignment-for-jira
With smart asssignment for jira you can assign issue to,
I hope it will solve your problem and you will enjoy the plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ext_iaariagada,
What would happen if two or more users had the same number of issues assigned to them?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.