Issue updates
The examples on this page describe how to build a JQL search using JQL Search Extensions.
On this page: |
---|
Issue Updates JQL keywords
updatedByUsersCount
Search for issues that were updated by a particular number of users.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Example
Find issues updated by more than 5 users.
updatedByUsersCount > 5
updatedBy
Search for issues that were updated by a particular user/users.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that were updated by Helen or Daniel.
updatedBy in ("helen", "daniel")
transitionedBy
Search for issues that were transitioned by a particular user/users.
Supported operators
= | != | ~ | !~ | > | >= | < | <= | IS | IS NOT | IN | NOT IN | WAS | WAS IN | WAS NOT | WAS NOT IN | CHANGED |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Find issues that were transitioned by Helen or Daniel.
transitionedBy in ("daniel", "helen")
loggedTimeBy
Search for issues on which particular users reported time.
Supported operators