You can create a filter using JQL like this:
assignee = currentUser() AND updatedDate < -1w ORDER BY updated DESC
Replace currentUser() with the appropriate user's name.
Replace the updatedDate value with the time range you want (in the query above it would return anything that has not been updated in over a week)
Unfortunately I am looking for any card they have touched/changed, but they would not be the assignee. I am hoping there is a ModifiedBy or UpdatedBy field I could query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Those fields do not exist by default, you could a custom field and either have users update that field manually or create automation rules that would populate it based on the user making updates. You would need a rule for each kind of 'update', though (commenting, transitioning status, etc).
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.