fix(Jira Software Node): Fix the order by feature (#9639)
This commit is contained in:
@@ -300,7 +300,7 @@ export const issueCommentFields: INodeProperties[] = [
|
||||
value: '-created',
|
||||
},
|
||||
],
|
||||
default: 'created_asc',
|
||||
default: '+created',
|
||||
description: 'Order comments by the created date',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user