Small improvements to Jira-Node

This commit is contained in:
Jan Oberhauser
2020-04-24 09:50:56 +02:00
parent 57d296d30a
commit f8869f85e8
3 changed files with 42 additions and 18 deletions

View File

@@ -312,7 +312,10 @@ export const issueFields = [
{
displayName: 'Status ID',
name: 'statusId',
type: 'string',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getTransitions',
},
required: false,
default: '',
description: 'The ID of the issue status.',