mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add components parameter to Jira (#2428)
This commit is contained in:
@@ -12,6 +12,7 @@ export interface IFields {
|
||||
project?: IDataObject;
|
||||
summary?: string;
|
||||
reporter?: IDataObject;
|
||||
components?: IDataObject[];
|
||||
}
|
||||
|
||||
export interface IIssue {
|
||||
|
||||
Reference in New Issue
Block a user