jira-v2 Deprecated
Deprecated. Use the Atlassian Jira v3 integration instead
Case Management · Atlassian Jira
Configuration parameters
url— Jira URL, for example: https://demisto.atlassian.net/ (required)username— Username (Basic Authentication)password— Password (Deprecated - Use API token)credentials—consumerKey— Consumer key (OAuth 1.0)accessToken— Access TokenprivateKey— Private key (PKCS8 format)query— Query (in JQL) for fetching incidents.idOffset— Issue index to start fetching incidents frominsecure— Trust any certificate (not secure)proxy— Use system proxy settingsisFetch— Fetch incidentsincoming_mirror— Mirror incoming incidentsincidentType— Incident typefetchByCreated— Use created field to fetch incidentsoutgoing_mirror— Mirror outgoing incidentsfile_tag— File entry tagcomment_tag— Comment entry tagfetch_comments— Fetch commentsfetch_attachments— Fetch attachmentsAPItoken— API token (Deprecated)incidentFetchInterval— Incidents Fetch Interval
Commands (22)
-
get-mapping-fieldsReturns the fields to map. This method is only used for debugging.
-
get-modified-remote-dataAvailable from Cortex XSOAR version 6.1.0. This command queries for incidents that were modified since the last update. This method is only used for debugging.
-
get-remote-dataGets remote data from a remote incident. This method is only used for debugging and does not update the current incident.
-
jira-add-user-to-projectAdds the user to a project.
-
jira-append-to-fieldModifies a specific field in an issue in Jira by appending to it instead of replacing its content. Field must be either of type string (appending by using ',') or array.
-
jira-create-issueCreates a new issue in Jira.
-
jira-delete-issueDeletes an issue in Jira.
-
jira-edit-issueModifies an issue in Jira.
-
jira-get-commentsReturns the comments added to a ticket.
-
jira-get-id-by-attributeGets the account ID for a given user attribute.
-
jira-get-id-offsetReturns the ID offset. For example the first issue ID.
-
jira-get-issueFetches an issue from Jira.
-
jira-get-organizationsLists all the organizations.
-
jira-get-project-roleGets the information related to the role, including assigned users.
-
jira-get-specific-fieldGets specific fields from a Jira issue and adds it to context dynamically.
-
jira-issue-add-commentAdds a new comment to an existing Jira issue.
-
jira-issue-add-linkCreates (or updates) an issue link.
-
jira-issue-assignEdit the assignee of an existing issue.
-
jira-issue-queryQueries Jira issues.
-
jira-issue-upload-fileUploads a file attachment to an issue.
-
jira-list-transitionsLists all possible transitions for a given ticket.
-
update-remote-systemGets incident changes. This method is only used for debugging and does not update the current incident.