Commit Briefs

e5a62a4140 Oliver Lowe

cmd/Jira: add debug flag (master)


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


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