mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
fix(Jira Software Node): Fix comments limit and add sorting (#9634)
This commit is contained in:
@@ -1280,7 +1280,7 @@ export class Jira implements INodeType {
|
||||
);
|
||||
} else {
|
||||
const limit = this.getNodeParameter('limit', i);
|
||||
body.maxResults = limit;
|
||||
qs.maxResults = limit;
|
||||
responseData = await jiraSoftwareCloudApiRequest.call(
|
||||
this,
|
||||
`/api/${apiVersion}/issue/${issueKey}/comment`,
|
||||
|
||||
Reference in New Issue
Block a user