Skip to content

Commit 6ee82ba

Browse files
committed
2 parents 0edc696 + 24bb081 commit 6ee82ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33

44
php:
55
- 7.2
6-
- 5.6
76

87
env:
98
global:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Kanboard v1.1.0 or Higher
3535
* using ``assignee:me`` in filter will find tasks assigned to groups that the user is in or assignee in other assignees is in.
3636
* using ``assignee:GroupName`` in filter will find tasks assigned to a group by NAME of the group.
3737
* using ``assignee:GroupID`` in filter will find tasks assigned to a group by ID number of group.
38-
* using ``assignee:Username`` or ``assignee:Name`` will NOW find a task assigned to a group with that UserName or Name in the group or in Other Assignees.
38+
* using ``allassignees:Username`` or ``allassignees:Name`` will find all tasks assigned to that user regardless of how they have been assigneed, whether in the group or in Other Assignees or Assignee.
3939
* User assigneed via a group or multiselect will now recieve notifications
4040
* Changing assigned group or any multiselect users will now trigger `EVENT_ASSIGNEE_CHANGE`
4141
* Duplicating Tasks will include assigned groups and other users.
@@ -48,7 +48,7 @@ Kanboard v1.1.0 or Higher
4848
Find bugs or missing functionality, please report it.
4949

5050
- [x] Add a few basic automatic actions that utilize Groups assigned
51-
- [x] Add relationship for ``assignee:Username`` or ``assignee:Name`` in the table lookup
51+
- [x] Add relationship for ``allassignees:Username`` or ``allassignees:Name`` in the table lookup
5252
- [x] Add an event for assigned group change.
5353
- [x] Incorporate into notifications
5454
- [x] Address Task Duplication

0 commit comments

Comments
 (0)