Commit 5ff0b742 authored by Justin Ho's avatar Justin Ho

Allow scoped labels in Jira issue details

To make this consistent with Jira issues list
parent e02a2af6
......@@ -149,6 +149,7 @@ export default {
<labels-select
:allow-label-edit="canUpdateLabels"
:allow-multiselect="true"
:allow-scoped-labels="true"
:selected-labels="issue.labels"
:labels-fetch-path="issueLabelsPath"
:labels-filter-base-path="issuesListPath"
......
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