You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.