We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cc31a commit 8c2b305Copy full SHA for 8c2b305
.github/workflows/release-notify.yml
@@ -185,8 +185,11 @@ jobs:
185
method: POST
186
payload: |
187
{
188
- "issues": ${{ steps.extract_jira_tickets.outputs.formatted_jira_tickets }},
189
- "data": {
190
- "releaseVersion": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}"
191
- }
+ "issues": [
+ "AST-73515",
+ "AST-75821"
+ ],
192
+ "data": {
193
+ "releaseVersion": "JETBRAINS_v2.2.3"
194
+ }
195
}
0 commit comments