File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 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]
6060 --jsonReportFolder
6161 -i INCLUDE_REGEX, Regex to search for cucumber reports - default .*.json
6262 --jsonReportIncludePattern
63+ -j, --jql JQL_FILTER Jql filtering of Jira tickets to update with test results
6364 -x, --proxy PROXY_URL proxy url to connect to Jira
6465 -h, --help Show help
6566 -v, --version Show version
@@ -108,7 +109,9 @@ task :upload_report do
108109 # Json report folder - default ./reports
109110 jsonReportFolder: " reports" ,
110111 # 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\' )'
112115 )
113116end
114117```
You can’t perform that action at this time.
0 commit comments