We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cccd5 commit 3d74a8fCopy full SHA for 3d74a8f
.github/workflows/jira-issue.yaml
@@ -33,7 +33,8 @@ jobs:
33
-p ${{ secrets.JIRA_PROJECT_CODE }} \
34
-i Task \
35
-o summary="${{ github.event.issue.title }}" \
36
- -o description="${{ github.event.issue.body }}\n${{ github.event.issue.html_url }}" \
+ -o description="${{ github.event.issue.body }}
37
+ ${{ github.event.issue.html_url }}" \
38
>> output
39
40
- name: Set label on Jira issue
0 commit comments