Jon
Jon
## Summary Jira allows 1 digit issue types, updating the regex to support this. ## Related tickets and issues https://github.com/n8n-io/n8n/issues/8560
## Summary Adds new Slack Trigger node ## Review / Merge checklist - [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)`...
This PR adds a new Node property that can be used to stop a webhook trigger node from trying to connect it the URL is `localhost`, This is to be...
## Summary Fixes an issue with Linear not always returning data since #8587 Sets the max value for Limit to 250 following API guidelines ## Related tickets and issues https://linear.app/n8n/issue/NODE-1234/bug-cannot-read-properties-of-null-when-requesting-251-or-more-items
## Summary - Adds version 2.2 which uses the new file upload method - Adds `fileSizeRaw` for binary data that returns the bytes instead of the pretty format - Removes...
## Summary We were not using the `createDirectories` option on FTP rename for folders that didn't exist, This PR will try to create a directory if this option is set...
Would be nice to have some conditional logic for showing / hiding blocks, This could allow for more complex branching forms.
## Summary LoadOptions were using `apiRequest` instead of `apiRequestAllItems` which implements pagination. On an instance with 100 items it would only show the first 60, In the future if we...