File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Usage: assertthat-bdd-report [options]
60
60
--jsonReportFolder
61
61
-i INCLUDE_REGEX, Regex to search for cucumber reports - default .*.json
62
62
--jsonReportIncludePattern
63
+ -j, --jql JQL_FILTER Jql filtering of Jira tickets to update with test results
63
64
-x, --proxy PROXY_URL proxy url to connect to Jira
64
65
-h, --help Show help
65
66
-v, --version Show version
@@ -108,7 +109,9 @@ task :upload_report do
108
109
# Json report folder - default ./reports
109
110
jsonReportFolder: " reports" ,
110
111
# Regex to search for cucumber reports - default .*.json
111
- jsonReportIncludePattern: " .*/cucumber.json"
112
+ jsonReportIncludePattern: " .*/cucumber.json" ,
113
+ # Optional - all issues will be updated by default - should be a valid JQL
114
+ jql: ' project = XX AND key in (\' XXX-1\' )'
112
115
)
113
116
end
114
117
```
You can’t perform that action at this time.
0 commit comments