Commit Briefs
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!
Jira: lots
Many changes to make being a 9 to 5 wage slave less boring.
jira: initial working Jira acme program
With a read-only io/fs filesystem to issues, comments.
issue: replace custom time format with identical time.DateTime
Might as well use from the standard library.