mirror of https://github.com/status-im/consul.git
fix jira sync actions, remove custom fields (#16686)
This commit is contained in:
parent
b9bd2c3780
commit
b4598a76b7
|
@ -62,12 +62,9 @@ jobs:
|
|||
project: CE
|
||||
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
||||
summary: "${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
|
||||
description: "${{ github.event.issue.body || github.event.pull_request.body }}\n\n_Created in GitHub by ${{ github.actor }}._"
|
||||
description: "GitHub URL: ${{ github.event.issue.html_url || github.event.pull_request.html_url }}\n\n${{ github.event.issue.body || github.event.pull_request.body }}\n\n_Created in GitHub by ${{ github.actor }}._"
|
||||
# customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve)
|
||||
extraFields: '{ "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
|
||||
"customfield_10371": { "value": "GitHub" },
|
||||
"customfield_10535": [{ "value": "Service Mesh" }],
|
||||
"components": [{ "name": "${{ github.event.repository.name }}" }],
|
||||
extraFields: '{ "components": [{ "name": "${{ github.event.repository.name }}" }],
|
||||
"labels": ${{ steps.set-ticket-labels.outputs.LABELS }} }'
|
||||
env:
|
||||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
|
||||
|
|
|
@ -81,12 +81,9 @@ jobs:
|
|||
project: CE
|
||||
issuetype: "${{ steps.set-ticket-type.outputs.TYPE }}"
|
||||
summary: "${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
|
||||
description: "${{ github.event.issue.body || github.event.pull_request.body }}\n\n_Created in GitHub by ${{ github.actor }}._"
|
||||
description: "GitHub URL: ${{ github.event.issue.html_url || github.event.pull_request.html_url }}\n\n${{ github.event.issue.body || github.event.pull_request.body }}\n\n_Created in GitHub by ${{ github.actor }}._"
|
||||
# customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve)
|
||||
extraFields: '{ "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
|
||||
"customfield_10371": { "value": "GitHub" },
|
||||
"customfield_10535": [{ "value": "Service Mesh" }],
|
||||
"components": [{ "name": "${{ github.event.repository.name }}" }],
|
||||
extraFields: '{ "components": [{ "name": "${{ github.event.repository.name }}" }],
|
||||
"labels": ${{ steps.set-ticket-labels.outputs.LABELS }} }'
|
||||
|
||||
- name: Search
|
||||
|
|
Loading…
Reference in New Issue