Commits


Jira: return correctly on put


jira: return no error on success lol


jira: common config file


cmd/jiraexport: by default print all messages if no modified time filter set


jira: package doc, not command doc


jira: decode issue due date And test timestamp etc. parsing


jira: add due date parse, print support


issue: limit authToken string to where it's needed Nothing else reads this global var


cmd/Jira: clarify why we stat on Look


cmd/Jira: add default search query I type it too many times every day


jira: keep http and json decoding plumbing in one spot


cmd/Jira: add issue creation using Put


jira: set correct fields when creating issues Need to omit lots of fields


jira: implement issue creation


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: add debug flag


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!


cmd/Jira: more options in config file


issue: move docs to its own file Pretty long!


cmd/jiraexport: only print comments if asked


Add commands to get jira from the command line


Jira: add Comment command to issue window tags


Correct pkg.go.dev package paths


Jira: decode, print issue links


all: simplify go.mod