Commit Briefs

8bb0497772 Oliver Lowe

Jira: return correctly on put (master)


e4d83a7f98 Oliver Lowe

jira: return no error on success lol


e80961fe8a Oliver Lowe

jira: common config file



75b1d88cd4 Oliver Lowe

jira: package doc, not command doc


15c79f9461 Oliver Lowe

jira: decode issue due date

And test timestamp etc. parsing


a49ed26aed Oliver Lowe

jira: add due date parse, print support


c3f6de414a Oliver Lowe

issue: limit authToken string to where it's needed

Nothing else reads this global var


aadd743937 Oliver Lowe

cmd/Jira: clarify why we stat on Look


d857e956fd Oliver Lowe

cmd/Jira: add default search query

I type it too many times every day


526e358987 Oliver Lowe

jira: keep http and json decoding plumbing in one spot


0254f2be89 Oliver Lowe

cmd/Jira: add issue creation using Put


6de81a7b43 Oliver Lowe

jira: set correct fields when creating issues

Need to omit lots of fields


82b8536397 Oliver Lowe

jira: implement issue creation


945b3fc34a Oliver Lowe

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


e5a62a4140 Oliver Lowe

cmd/Jira: add debug flag


a5169896c9 Oliver Lowe

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!


4bcb477f41 Oliver Lowe

cmd/Jira: more options in config file


e526b14b66 Oliver Lowe

issue: move docs to its own file

Pretty long!


bb01c102da Oliver Lowe

cmd/jiraexport: only print comments if asked


438e304521 Oliver Lowe

Add commands to get jira from the command line


45f610f681 Oliver Lowe

Jira: add Comment command to issue window tags


ab1b9335a9 Oliver Lowe

Correct pkg.go.dev package paths


8a4b7c0179 Oliver Lowe

Jira: decode, print issue links


fac10d6551 Oliver Lowe

all: simplify go.mod