The documentation of LastUpdated says that it can have action on state changes as well. Any idea how to use this action to check the date when an issue was moved to particular state e.g. In Progress?
issueFunction in lastUpdated('inRole Administrators')
Last updated comprises the following actions:
edits
state changes
adding/removing links, labels etc
commenting
The JQL function LastUpdated searches issues that where last updated by people with name, in a group or in a role.
To find issues that were transitioned by anyone this JQL function is not needed.
status CHANGED TO 'In Progress' BEFORE endOfMonth(-1M) AFTER startOfMonth(-1M)
Please mention that this change is not necessary the last change.
Getting issue while using the below query
issueFunction in lastUpdated("by arichter before startOfMonth()")
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.