blob: 5441238175fb0475e068ca99172d6af7eb3a21f0 (
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 its
standard input. This will typically be a Mail Transfer Agent or Mail
Delivery Agent. If set, the *--email-to* option must also be set.
--email-to::
Recipient email address that `issue created' emails will be sent to.
-v, --verbose::
Turn on verbose output.
-h, --help::
Print usage help.
-V, --version::
Print the program version.
|