-
Bug
-
Resolution: Fixed
-
Minor
-
None
Hi
trying to use the Atlassian Jira Software Cloud plugin in jenkins to send deployment data to jira like this:
jiraSendDeploymentInfo site: 'sundaysky.atlassian.net', environmentId: 'prod', environmentName: 'prod', environmentType: 'production'
I get an error response:
jiraSendDeploymentInfo: FAILURE_DEPLOYMENTS_API_RESPONSE: Failed to send deployment information to Jira: sundaysky.atlassian.net. Error response code 403 when submitting update to Jira
When sending build info all is working as expected
jiraSendBuildInfo site: 'sundaysky.atlassian.net'
so it seems that it's not a credentials issue.
would be very happy to get help with this issue.
Thanks!