https://docs.rapid7.com/insightvm/jira/
On this step:
Complete the Ticketing Connection page to select the Jira project for automated ticketing and the type of work item that you want to create, e.g Task. The available Issue Types are based on the Project Name that you select. Click Next to continue to the Ticketing Project and Field Mapping page
i get the following error when R7 attempts to "Load Issue Types"
Could not get issue types from Jira. They returned error: RestClientException{statusCode=Optional.of(404), errorCollections=[ErrorCollection{status=404, errors={}, errorMessages=[Issue Does Not Exist]}]}
what am i missing please?
when i run this test (https://developer.atlassian.com/server/jira/platform/basic-authentication/) i get the below result
➜ ~ curl -H "Authorization: Basic XXX" -X GET -H "Content-Type: application/json" https://jira.mycompany.com/rest/api/2/issue/createmeta
{"errorMessages":["Issue Does Not Exist"],"errors":{}}%
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.