- Description:
- GitHub, GitLab, Jira issues from the Acme editor
- Owner:
- Last Change:
- Clone URL:
https://git.olowe.co/issues
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!
Branches
Tree
Gitlab/ | |
LICENSE | commits | blame |
README.md | commits | blame |
cmd/ | |
go.mod | commits | blame |
go.sum | commits | 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