Skip to content

Commit

Permalink
fix(Jira Software Node): Fix the order by feature (#9639)
Browse files Browse the repository at this point in the history
  • Loading branch information
pemontto authored Jun 6, 2024
1 parent 9853ecc commit 7aea824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Jira/IssueCommentDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export const issueCommentFields: INodeProperties[] = [
value: '-created',
},
],
default: 'created_asc',
default: '+created',
description: 'Order comments by the created date',
},
],
Expand Down

0 comments on commit 7aea824

Please sign in to comment.