Skip to content

Commit d9c198b

Browse files
committed
[skip changelog] Fix Jira grooming workflow info retrieval
1 parent 2d7e3d1 commit d9c198b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/jira-issue.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
endpoint: ${{ secrets.JIRA_BASE_URL }}
2525
user: ${{ secrets.JIRA_USER_EMAIL }}
2626
authentication-method: api-token
27-
overrides:
28-
reporter: 5adda8a3626b42214cd24596
2927
EOM
3028
3129
- name: Create issue
@@ -34,8 +32,8 @@ jobs:
3432
--noedit \
3533
-p ${{ secrets.JIRA_PROJECT_CODE }} \
3634
-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 }}" \
35+
-o summary="${{ github.event.issue.title }}" \
36+
-o description="${{ github.event.issue.body }}\n${{ github.event.issue.html_url }}" \
3937
>> output
4038
4139
- name: Set label on Jira issue

0 commit comments

Comments
 (0)