You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js plugin for interaction with [AssertThat BDD Jira plugin](https://marketplace.atlassian.com/apps/1219033/assertthat-bdd-test-management-in-jira?hosting=cloud&tab=overview).
6
4
@@ -25,7 +23,7 @@ Available parameters:
25
23
--projectId <ID> Jira project id
26
24
--accessKey [ASSERTTHAT_ACCESS_KEY] Access key
27
25
--secretKey [ASSERTTHAT_SECRET_KEY] Secret key
28
-
--token [ASSERTTHAT_API_TOKEN] Jira API token (Server and DC only)
26
+
--token [ASSERTTHAT_API_TOKEN] Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth
29
27
--jiraServerUrl [URL] Jira server URL e.g https://mycompanyjira.com
30
28
--features Download features
31
29
--report Upload report
@@ -94,7 +92,7 @@ Available parameters:
94
92
```
95
93
--accessKey [ASSERTTHAT_ACCESS_KEY] Access key
96
94
--secretKey [ASSERTTHAT_SECRET_KEY] Secret key
97
-
--token [ASSERTTHAT_API_TOKEN] Jira API token (Server and DC only)
95
+
--token [ASSERTTHAT_API_TOKEN] Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth
98
96
--jiraServerUrl [URL] Jira server URL e.g https://mycompanyjira.com
99
97
--projectId <ID> Jira project id
100
98
--mode <mode> Features to download (default: "automated")
0 commit comments