Commit d9c198b5 authored by Silvano Cerza's avatar Silvano Cerza

[skip changelog] Fix Jira grooming workflow info retrieval

parent 2d7e3d19
......@@ -24,8 +24,6 @@ jobs:
endpoint: ${{ secrets.JIRA_BASE_URL }}
user: ${{ secrets.JIRA_USER_EMAIL }}
authentication-method: api-token
overrides:
reporter: 5adda8a3626b42214cd24596
EOM
- name: Create issue
......@@ -34,8 +32,8 @@ jobs:
--noedit \
-p ${{ secrets.JIRA_PROJECT_CODE }} \
-i Task \
-o summary="${{ github.event.issues.issue.title }}" \
-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 }}" \
>> 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