Commit 28547761 authored by Justin Ho's avatar Justin Ho

Fix upgrade banner for Jira issues

We currently do not support setting up Jira issues
integration on the group / instance level
parent ffcbbe06
......@@ -126,7 +126,7 @@ export default {
v-bind="field"
/>
<jira-issues-fields
v-if="isJira"
v-if="isJira && !isInstanceOrGroupLevel"
:key="`${currentKey}-jira-issues-fields`"
v-bind="propsSource.jiraIssuesProps"
/>
......
---
title: Fix upgrade banner for Jira issues showing on group / instance level integrations
merge_request: 56628
author:
type: fixed
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