How can I get list of all tasks that I was assigned?
I just need to know all the tasks despite its current status or assignee.
Is it possible?
How can I get list of all tasks that I was assigned?
I just need to know all the tasks despite its current status or assignee.
Is it possible?
So here the answer to the changed question (tasks that I was assigned to):
Your query should look like:
assignee WAS "wormhit" BEFORE "02/02/2011"
If you want to store your search (not the result), there are the following options:
Search > Edit > Issue Attributes > Assignee > Current UserSummaryOperations, press Save it as filterIssues > Favorite Filters
General-purpose query for whichever 'current user':
assignee was currentUser()
This filter can be conveniently shared & anybody can put it on their dashboard, etc and it will return results specific to them.. Requires a not-too-old JIRA version, though.
This was my most-requested JIRA feature ever.
Yes. You can add a gadget "my tasks" to your dashboard.
Or you can use JQL like: assignee = %yourname%
UPD To find tasks you WAS assigned, use JQL: "assignee was %username%"
Go like this:
Issues -> search for issues -> Issue atrributes -> Assignee -> Current User -> Search
By following this discussin I stumbled on HP/Palm Jira Search Plugin that can find what I'm looking for.