blob: aa8d56a56a89dffc5b79028827c963ebe0cadc89 (
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
|
wajir(1)
========
NAME
----
wajir - Watch Jira issues
SYNOPSIS
--------
'wajir' TODO
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.
|