Conversation
|
@vnaskos-sonar can you please take a look? |
bed7082 to
462346e
Compare
|
|
|
Hi @Krosovok @yasen-pavlov-sonarsource - I'm trying to use the automated workflow, but with this in the new release of the action, the due-date is now required, but there is no way (at least from what I understand) to set it from the main automated-release action . And not setting it is throwing errors: https://github.com/SonarSource/SonarJS/actions/runs/21287006528/job/61271914690 |
|
Even when I try to pin the version to 1.1.3, the create-release-ticket is called with v1 and not upholding the specific version: https://github.com/SonarSource/release-github-actions/blob/master/.github/workflows/automated-release.yml#L250 |



SLCORE-1792
Add a new due-date parameter to handle Due Date field in Jira.
Moved input values of the expression to an intermediate environment variable as per practices described here.