Jira Trigger¶
Node: jiraTrigger · Full type: n8n-nodes-base.jiraTrigger · Version: 1.1
Credentials¶
jiraSoftwareCloudApi (alias: @jira) / jiraSoftwareServerApi (alias: @jira) / jiraSoftwareServerPatApi (alias: @jira) / httpQueryAuth (alias: @http) / httpQueryAuth (alias: @http)
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
jiraVersion |
options | "cloud" | cloud, server, serverPat |
authenticateWebhook |
boolean | false | |
incomingAuthentication |
options | "none" | queryAuth, none |
events |
multiOptions | [] | required; multi: *, board_configuration_changed, board_created, board_deleted, board_updated, comment_created, comment_deleted, comment_updated, ... (40 total) |
additionalFields |
collection | {} | keys: excludeBody, filter, includeFields |
additionalFields children:
| Parameter | Type | Default | Details |
|---|---|---|---|
excludeBody |
boolean | false | |
filter |
string | "" | |
includeFields |
multiOptions | [] | multi: attachment.id, board.id, comment.id, issue.id, mergeVersion.id, modifiedUser.accountId, modifiedUser.key, modifiedUser.name, ... (14 total) |