Actions
Feature #9714
closedCustom 'were/was' condition for assignee issuelist filter
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Hi.
I need a some special Custom Query to get all issues, which were assigned for example to Developers.
How can I make it?
Related issues
Updated by Mischa The Evil almost 13 years ago
- Subject changed from Custom condition in issuelist to Custom 'were/was' condition for assignee issuelist filter
- Category set to Issues
Toleg Kalashnikov wrote:
How can I make it?
This is currently not implemented.
Updated by Go MAEDA almost 5 years ago
- Category changed from Issues to Issues filter
Updated by Go MAEDA over 1 year ago
- Related to Feature #31381: Find change status of issues at custom query added
Updated by Go MAEDA over 1 year ago
- Related to Feature #38527: New issues filter operators "has been", "has never been", and "changed from" added
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Resolution set to Fixed
You can do this by using "changed from" or "has been" operators implemented in #38527.
- [Assignee][changed from][user]: selects issues where the user was an assignee at some point in the past
- [Assignee][has been][user]: selects issues where the user was an assignee at some point in the past or is the current assignee
Actions