Hi,
How can we filter on tickets that have the same assignee as the Acceptance Tester field? (its a field we created that can take users..just like assignee)
Thanks,
Shady
Hi @Shady Makar ,
Native JQL will not perform field compares. There are a couple of options you could consider here. You could elect to add an add on application such as scriptrunner or similar or you might consider using automation. The idea with automation would be to create a custom field an update that field anytime the assignee matches your acceptance tester field. Basically you trigger on either one of those fields changing and then compare the two. If they are the same then your new custom field could be set to true. Then using JQ well you could look for all issues where your custom field is True. A bit of a hack but it is an option.
Hi @Shady Makar
Yes, and...to Jack's answer:
How often do you need to do this and for how many issues? When infrequently, you could export the issues to a spreadsheet and perform the comparison there.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like at the end of the sprint, i wanted to evaluate that, but the more automated approach the better. I already built the automation to edit the labels and then I just have a dashboard that filters on that label.
Thanks @Jack Brickey and @Bill Sheboy
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.