mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Add query parameter to operation issue:getAll (Sentry.io) (#1560)
This commit is contained in:
@@ -171,6 +171,13 @@ export const issueFields = [
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Query',
|
||||
name: 'query',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'An optional Sentry structured search query. If not provided an implied "is:unresolved" is assumed. Info <a href="https://docs.sentry.io/product/sentry-basics/search/" target="_blank">here</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Stats Period',
|
||||
name: 'statsPeriod',
|
||||
|
||||
Reference in New Issue
Block a user