You would need custom JQL functions provided by the ScriptRunner plugin:
issueFunction in lastUpdated("by my_username") AND updated >= -5d ORDER BY updated DESC
That would show you issues updated by you in the last 5 days. Without the plugin, you could find issues for which you're the assignee and that were updated recently, but that wouldn't ensure that you were the one doing the modification.
Is it possible to install the ScriptRunner plugin for a cloud site? Are there instructions for doing so?
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.
I wanted this query too (mine is for monitoring issue updates for an integration we are testing out)
Your query is what I tried initially it didnt always work:
issueFunction in lastUpdated("by my_username") - last update on an item was done my "me"
updated >= -5d - issue was updated in last 5 days
Combined that is: any issue where I was the last updater, and it was updated in the last 5 days. If that is what you want to see then great, but as soon as somebody else updates an issue on that list, the issue will no longer be in the JQL result-set.
The only way I can see to do this is to create your own issueFunction which traverses the change history looking for a named user, within a given timeframe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.