Hello
I have a field called reviewers in my tickets. To create this one I'm using the Jira field people. The goal of this field is for the reviewer to tag them once they are done reviewing:
I'm trying to create a new automation rule that will notify us when this field has at least 2 people. However, I'm a bit stuck with the JQL... I don't know how to "count" this field.
The only possibility I have so far is knowing that the reviewer field is empty or not.
Ideally, I would like to have a JQL like this one:
status = review AND Reviewers.count >= 2
I can't find anything about counting a field.... I'm a bit stuck here... Any help would be appreciated :)
I found a way to access those value using a custom field and smartvalues function sizeš
If you're interested I could share it with you š
Now people from my team don't have any excuses to not close the ticket š
Hi Alexis.
I am searching for a way to count number of request participants and it sounds like I could use what you found.
Care to share :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lars Boldt Pedersen the smart value {{issue.customfield_1234.size()}} gives you the number of Jira users in the custom field 1234.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Is not possible out of the box. May be a plugin like scritprunner could help you.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.