Commit Briefs

aadd743937 Oliver Lowe

cmd/Jira: clarify why we stat on Look (master)


d857e956fd Oliver Lowe

cmd/Jira: add default search query

I type it too many times every day



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


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