From efce865743a1cc20b40966598ce7b8d90b853bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Thu, 29 Nov 2018 18:10:26 +0100 Subject: [PATCH] Add UDAs in documentation --- bugwarrior/docs/services/github.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bugwarrior/docs/services/github.rst b/bugwarrior/docs/services/github.rst index 4bbff5207..ae43eca2b 100644 --- a/bugwarrior/docs/services/github.rst +++ b/bugwarrior/docs/services/github.rst @@ -49,7 +49,7 @@ included. To turn this off, set:: github.include_user_repos = False If you happen to be working with a large number of projects, you -may want to pull issues from only a subset of your repositories. To +may want to pull issues from only a subset of your repositories. To do that, you can use the ``github.include_repos`` option. For example, if you would like to only pull-in issues from @@ -60,7 +60,7 @@ this line to your service configuration:: Alternatively, if you have a particularly noisy repository, you can instead choose to import all issues excepting it using the -``github.exclude_repos`` configuration option. +``github.exclude_repos`` configuration option. In this example, ``noisy_repository`` is the repository you would *not* like issues created for:: @@ -153,6 +153,8 @@ Provided UDA Fields +---------------------+---------------------+---------------------+ | ``githubcreatedon`` | Created | Date & Time | +---------------------+---------------------+---------------------+ +| ``githubclosedon`` | Closed | Date & Time | ++---------------------+---------------------+---------------------+ | ``githubmilestone`` | Milestone | Text (string) | +---------------------+---------------------+---------------------+ | ``githubnumber`` | Issue/PR # | Numeric | @@ -171,3 +173,5 @@ Provided UDA Fields +---------------------+---------------------+---------------------+ | ``githubnamespace`` | project namespace | Text (string) | +---------------------+---------------------+---------------------+ +| ``githubstate`` | Issue/PR state | Text (string) | ++---------------------+---------------------+---------------------+