The documentation and examples on the JIRA REST api that I've seen so far don't cover the case where you want to identify the currently logged in user on a particular host (having no prior information about them).
I want to do this so I can just say 'get all issues assigned to me', rather than 'get all issues assigned to Bob' (as I would have to know the username 'Bob' for this).
Is this possible?
Many thanks