-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.taskrc.bugwarrior
56 lines (56 loc) · 1.84 KB
/
.taskrc.bugwarrior
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
46
47
48
49
50
51
52
53
54
55
56
# Bugwarrior UDAs
uda.gitlabnumber.type=numeric
uda.gitlabnumber.label=Gitlab Issue/MR #
uda.githubupdatedat.type=date
uda.githubupdatedat.label=Github Updated
uda.gitlabduedate.type=date
uda.gitlabduedate.label=Gitlab Due Date
uda.githubbody.type=string
uda.githubbody.label=Github Body
uda.gitlabwip.type=numeric
uda.gitlabwip.label=Gitlab MR Work-In-Progress Flag
uda.gitlabdownvotes.type=numeric
uda.gitlabdownvotes.label=Gitlab Downvotes
uda.gitlabstate.type=string
uda.gitlabstate.label=Gitlab Issue/MR State
uda.gitlabassignee.type=string
uda.gitlabassignee.label=Gitlab Assignee
uda.gitlabupdatedat.type=date
uda.gitlabupdatedat.label=Gitlab Updated
uda.gitlabupvotes.type=numeric
uda.gitlabupvotes.label=Gitlab Upvotes
uda.githubtitle.type=string
uda.githubtitle.label=Github Title
uda.gitlabauthor.type=string
uda.gitlabauthor.label=Gitlab Author
uda.gitlabnamespace.type=string
uda.gitlabnamespace.label=Gitlab Namespace
uda.githubuser.type=string
uda.githubuser.label=Github User
uda.gitlabmilestone.type=string
uda.gitlabmilestone.label=Gitlab Milestone
uda.githuburl.type=string
uda.githuburl.label=Github URL
uda.gitlabdescription.type=string
uda.gitlabdescription.label=Gitlab Description
uda.gitlabtype.type=string
uda.gitlabtype.label=Gitlab Type
uda.githubnumber.type=numeric
uda.githubnumber.label=Github Issue/PR #
uda.githubrepo.type=string
uda.githubrepo.label=Github Repo Slug
uda.githubtype.type=string
uda.githubtype.label=Github Type
uda.gitlabrepo.type=string
uda.gitlabrepo.label=Gitlab Repo Slug
uda.gitlabtitle.type=string
uda.gitlabtitle.label=Gitlab Title
uda.gitlabcreatedon.type=date
uda.gitlabcreatedon.label=Gitlab Created
uda.githubmilestone.type=string
uda.githubmilestone.label=Github Milestone
uda.gitlaburl.type=string
uda.gitlaburl.label=Gitlab URL
uda.githubcreatedon.type=date
uda.githubcreatedon.label=Github Created
# END Bugwarrior UDAs