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.