We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7e3d1 commit d9c198bCopy full SHA for d9c198b
.github/workflows/jira-issue.yaml
@@ -24,8 +24,6 @@ jobs:
24
endpoint: ${{ secrets.JIRA_BASE_URL }}
25
user: ${{ secrets.JIRA_USER_EMAIL }}
26
authentication-method: api-token
27
- overrides:
28
- reporter: 5adda8a3626b42214cd24596
29
EOM
30
31
- name: Create issue
@@ -34,8 +32,8 @@ jobs:
34
32
--noedit \
35
33
-p ${{ secrets.JIRA_PROJECT_CODE }} \
36
-i Task \
37
- -o summary="${{ github.event.issues.issue.title }}" \
38
- -o description="${{ github.event.issues.issue.body }}\n${{ github.event.issues.issue.html_url }}" \
+ -o summary="${{ github.event.issue.title }}" \
+ -o description="${{ github.event.issue.body }}\n${{ github.event.issue.html_url }}" \
39
>> output
40
41
- name: Set label on Jira issue
0 commit comments