Skip to content

Commit c4d344e

Browse files
authored
Update README.md
1 parent 9401250 commit c4d344e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff 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
)
113116
end
114117
```

0 commit comments

Comments
 (0)