aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wajir.1.txt
blob: 5d6a1b617af8219e0cf8863ea6a49a157c765e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
wajir(1)
========

NAME
----
wajir - Watch Jira issues

SYNOPSIS
--------
[verse]
'wajir' [--login <login>] [--token <token>] [--endpoint <endpoint>]
	[--sendmail <command>] [--email-to <address>] [-v | --verbose]
	[-h | --help] [-V | --version] <JQL>

DESCRIPTION
-----------

OPTIONS
-------
--login::
	Jira login email address.

--token::
	Jira API token. Obtained from:
	https://id.atlassian.com/manage-profile/security/api-tokens

--endpoint::
	The team-specific Atlassian host (e.g. 'example.atlassian.net').

--sendmail::
	The command named in this argument will be exec'ed and given an email on
	standard input. This will typically be a Mail Transfer Agent or Mail
	Delivery Agent.

--email-to::
	Recipient email address that 'issue created' emails will be sent to.

--verbose::
	Turn on verbose output.

-h, --help::
	Print usage help.

-V, --version::
	Print the program version.