leonardowf / baroneza

baroneza is a release train to automate boring tasks
10 stars 0 forks source link

Cannot Unable to find JIRA release named XXXXX #118

Closed rubina-shakhkyan closed 2 years ago

rubina-shakhkyan commented 2 years ago

When running updateRelease command to update an existing release the following error message is shown: Cannot Unable to find JIRA release named XXXXX The command looks like this: curl --location --request POST 'ip/updateRelease' \ --header 'Content-Type: application/json' \ --data-raw '{ "channel": “channel-“name, "fromVersion": “x.xx.xx, "jiraSuffix": " Android", "projectKeys": [“PR1, “PR2”, “PR3”], "pullRequestNumber": 1111, "repository": “repo-name”, "title": “Release “name, "toVersion": “x.xx.xx” }'