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.
Hello Community!
Can you please share what options you use while searching for some past activities or changes?
You can write your examples in the comments.
➡️ My example: I need to get the list of issues that was updated by a specific user (Yulia) during the last two weeks.
Solution 1. For this case JQL offers updatedBy() function.
issuekey IN updatedBy("Yulia", "-2w"))
Not sure. How it's correctly to enter the name here?
JQL is the most popular method, but it supports only specific fields in most cases.
Solution 2. Issue History for Jira plugin. I use it mostly as I'm not good with JQL. My team has developed this app as a historical diary. Luckily it's possible to search changes for the necessary dates, projects, assignees, etc.
Just choose everything from the drop-down lists.
💬 Maybe you have some interesting cases or requests to solve. Share in the comments below.