mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
features: support jira self-hosted server
This commit is contained in:
@@ -174,6 +174,31 @@ export const issueFields = [
|
||||
default: [],
|
||||
required : false,
|
||||
description: 'Labels',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/jiraVersion': [
|
||||
'cloud',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Labels',
|
||||
name: 'serverLabels',
|
||||
type: 'string',
|
||||
default: [],
|
||||
required : false,
|
||||
description: 'Labels',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/jiraVersion': [
|
||||
'server',
|
||||
],
|
||||
},
|
||||
},
|
||||
typeOptions: {
|
||||
multipleValues: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Parent Issue Key',
|
||||
@@ -284,6 +309,31 @@ export const issueFields = [
|
||||
default: [],
|
||||
required : false,
|
||||
description: 'Labels',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/jiraVersion': [
|
||||
'cloud',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Labels',
|
||||
name: 'serverLabels',
|
||||
type: 'string',
|
||||
default: [],
|
||||
required : false,
|
||||
description: 'Labels',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/jiraVersion': [
|
||||
'server',
|
||||
],
|
||||
},
|
||||
},
|
||||
typeOptions: {
|
||||
multipleValues: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Parent Issue Key',
|
||||
|
||||
Reference in New Issue
Block a user