mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 15:26:48 +00:00
Use GH issues type for edu board (#16750)
This commit is contained in:
parent
4845816c60
commit
e3fd7d32da
2
.github/workflows/jira-issues.yaml
vendored
2
.github/workflows/jira-issues.yaml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
uses: tomhjp/gh-action-jira-create@v0.2.1
|
uses: tomhjp/gh-action-jira-create@v0.2.1
|
||||||
with:
|
with:
|
||||||
project: CE
|
project: CE
|
||||||
issuetype: "Bug"
|
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 }}"
|
summary: "${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
|
||||||
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 }}._"
|
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)
|
# customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve)
|
||||||
|
2
.github/workflows/jira-pr.yaml
vendored
2
.github/workflows/jira-pr.yaml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
uses: tomhjp/gh-action-jira-create@v0.2.1
|
uses: tomhjp/gh-action-jira-create@v0.2.1
|
||||||
with:
|
with:
|
||||||
project: CE
|
project: CE
|
||||||
issuetype: "Bug"
|
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 }}"
|
summary: "${{ github.event.repository.name }} [${{ steps.set-ticket-type.outputs.TYPE }} #${{ github.event.issue.number }}]: ${{ github.event.issue.title }}"
|
||||||
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 }}._"
|
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)
|
# customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: docs
|
layout: docs
|
||||||
page_title: Consul Enterprise
|
page_title: Consul Enterprise
|
||||||
description: >-
|
description: >-
|
||||||
Consul Enterprise is a paid offering that extends Consul’s open source functions to support large and complex deployments. Learn about scaling infrastructure, simplifying operations, and making networks more resilient with Enterprise.
|
Consul Enterprise is a paid offering that extends Consul’s open source functions to support large and complex deployments. Learn about scaling infrastructure, simplifying operations, and making networks more resilient with Enterprise. Evaluate Enteprise features with the feature availability and compatibility matrix.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Consul Enterprise
|
# Consul Enterprise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user