Commit Briefs
Jira: return correctly on put (master)
jira: decode issue due date
And test timestamp etc. parsing
issue: limit authToken string to where it's needed
Nothing else reads this global var
cmd/Jira: add default search query
I type it too many times every day
jira: set correct fields when creating issues
Need to omit lots of fields
jira: cache dir entries
The cache assumes files will never be removed which is incorrect. But clients - the Jira program - can just restart to clear the cache
cmd/Jira: post comments using godoc comments (markdown subset)
Rather than dealing with Atlassian's bespoke markup language. Version 3 of the Jira API does not even support that markup language!
issue: move docs to its own file
Pretty long!