mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(Jira Software Node): Fix the order by feature (#9639)
This commit is contained in:
parent
9853ecc5bc
commit
7aea8243fe
|
@ -300,7 +300,7 @@ export const issueCommentFields: INodeProperties[] = [
|
|||
value: '-created',
|
||||
},
|
||||
],
|
||||
default: 'created_asc',
|
||||
default: '+created',
|
||||
description: 'Order comments by the created date',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue