From 754002c3b502d6f2beb15e979b1cb22af3b11a14 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 11 May 2022 00:02:05 +0200 Subject: doc/wajir.1.txt: Add program description --- doc/wajir.1.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/wajir.1.txt b/doc/wajir.1.txt index 5441238..6cc6f88 100644 --- a/doc/wajir.1.txt +++ b/doc/wajir.1.txt @@ -14,6 +14,20 @@ SYNOPSIS DESCRIPTION ----------- +Automatically watch Jira issues. Given a JQL query, the currently authenticated +user will be added as a watcher on all resulting issues. + +For example, this JQL query finds all issues in the project "FAKE" that are not +watched by the current user: + + project = "FAKE" AND watcher != currentUser() ORDER BY created ASC + +Passing the above JQL to Wajir will cause the current user to watch all +unwatched issues in the "FAKE" project. + +If the *--sendmail* and *--email-to* options are provided, an email containing +the issue summary, description, and a few other metadata fields will be sent +using the program given in *--sendmail* to the *--email-to* address. OPTIONS ------- -- cgit v1.2.3