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


Branches

Tags

This repository contains no tags

Tree

Gitlab/
LICENSEcommits | blame
README.mdcommits | blame
cmd/
go.modcommits | blame
go.sumcommits | blame
issue/
jira/

README.md

This repo holds programs for interacting with issue trackers from the [Acme] editor
and via a command line.
See the documentation for the commands:

- [issue]
- [Gitlab]
- [Jira]
- [jiraexport]
- [jiraq]

[Acme]: https://p9f.org/sys/doc/acme/acme.html
[issue]: https://pkg.go.dev/olowe.co/issues/issue
[Gitlab]: https://pkg.go.dev/olowe.co/issues/Gitlab
[Jira]: https://pkg.go.dev/olowe.co/issues/cmd/Jira
[jiraexport]: https://pkg.go.dev/olowe.co/issues/cmd/jiraexport
[jiraq]: https://pkg.go.dev/olowe.co/issues/cmd/jiraq