Commit 3d74a8f6 authored by Silvano Cerza's avatar Silvano Cerza

[skip changelog] Fix Jira grooming workflow description formatting

parent f9cccd52
......@@ -33,7 +33,8 @@ jobs:
-p ${{ secrets.JIRA_PROJECT_CODE }} \
-i Task \
-o summary="${{ github.event.issue.title }}" \
-o description="${{ github.event.issue.body }}\n${{ github.event.issue.html_url }}" \
-o description="${{ github.event.issue.body }}
${{ github.event.issue.html_url }}" \
>> output
- name: Set label on Jira issue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment