The online instructions for authentication are deprecated. This now needs to use a token, so the newman script will include --reporter-confluence-password “{token here}” --reporter-confluence-user “username@email.com:{token here}” --reporter-confluence-username “username@email.com” - not sure if all those are needed, worked that way. 2. The --reporter-confluence-baseUrl <string> (for me) needed to be in the format: https://{yourserver} /wiki/rest/api.
--reporter-confluence-spaceId <string> has to come from an API call GET to https://{myserver}.atlassian.net/wiki/rest/api/space/{Myspace} This brings back “id”: #####,
“key”: “MYSPACE”, and it was key that worked here, not id.
--reporter-confluence-parentId <string> was what you would expect.