Hi,
I want to retrieve a count that how many issues are assigned to the current user or current assignee via the automation rule, is there any smart value from which I can store the result in any field?
A dashboard is really better suited for that. Create a dashboard with a gadget for Issue Statistics then use Assignee as the Statistic field. That will give you a count by Assignee.
There should already be a System Dashboard that is available to the user to see everything that is assigned to him/her.
Hi @John Funk ,
Thanks for suggesting this solution, but what I am trying to do is create a rule that will create and assign the issue to each member in a particular group and once they all have one issue assigned then the condition will check if the assignee issue count >1 the rule will break. So I want it for comparisons in jira automation rule
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, in that case you should place them in a Project Role, then use an Automation Rule for Assign Issue, choose Project Role and then the method - round robin, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know this, but what I want to achieve is the count of issues assigned to a particular user.
However, I achieve what I am trying to do by {{lookupissues.size}}
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.