fix(Jira Software Node): Fix the order by feature (#9639)

This commit is contained in:
pemontto 2024-06-06 08:58:59 +01:00 committed by GitHub
parent 9853ecc5bc
commit 7aea8243fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,7 @@ export const issueCommentFields: INodeProperties[] = [
value: '-created',
},
],
default: 'created_asc',
default: '+created',
description: 'Order comments by the created date',
},
],