Hello,
how can I create a filter to list all tickets that my team have been working in the past month.
I've tried something like this:
type in (Bug, Improvement) AND status changed TO "IN QA" AFTER startOfWeek() AND assignee was in ((user1, user2...)
I've tried the above filter, but it is not working.
Hello,
When you say "assignee was in" I believe it fetches all the issues that was once assigned to the user, even it changed after wards. When you say "assignee in" it fetches issues that are now assigned to that user. May that be the reason the filter is not working? Or are there other issues?
Best Regards,
Elifcan
Hello. Actually I've updated the query. I've pasted the wrong one. Now it is right. But it is not bringing all the results yet. I don't now why.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, yes I've notived that. I adjusted the query to our Jira and when I change "assignee was in" to "assignee in" it seems working without a problem. Did you get it to work like this?
Regards,
Elifcan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello. Yes. But if I use assigned in it just brings me the result for the tickets that are still assigned to the people. But what I need is more related to a historical.
My problem, basically comes with this question:
- I want to know all the tickets my team had worked the past week.
It means the ticket was assigned to my team, it was in the IN QA status, but now the tickets can be assigned to anyone and in any status.
That is why I tried the assigned WAS thingy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I FIGURED OUT THE PROBLEM
status CHANGED TO "IN QA" AFTER startOfWeek() AND assignee WAS IN (user1, user2 ...)
I've just removed the ticket type and them I can get new features and other types
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok then, I'm glad that it is solved.
Regards,
Elifcan
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.