AtlassianJiraServiceManagement
Use this integration to manage Jira objects and attach files to Jira objects from Cortex XSOAR.
IT Services · Atlassian Jira Service Management
Configuration parameters
url— Server URL (required)credentials— (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (15)
-
jira-asset-attachment-addUploads a file attachment to the specified object.
-
jira-asset-attachment-listReturns a list of attachments for the specified object. You can also download the files in a zipped format.
-
jira-asset-attachment-removeRemoves an attachment from a specific object.
-
jira-asset-attribute-json-createUtility command used to create a JSON file with all attributes of the specified object type. All that is left is to fill in the values of each attribute.
-
jira-asset-comment-createCreates a comment for the specified object.
-
jira-asset-comment-listReturns a list of comments for the specified object.
-
jira-asset-connected-ticket-listReturns a list of all connected tickets for the specified object.
-
jira-asset-object-createCreate a new object of the specified object type ID. Either attributes or attributes_json must be provided.
-
jira-asset-object-deleteDeletes an existing object of the specified object ID.
-
jira-asset-object-getRetrieves the object with the specified object ID.
-
jira-asset-object-schema-listList all object schemas.
-
jira-asset-object-searchSearches for objects of the specified object type.
-
jira-asset-object-type-attribute-listList all attributes for an object type.
-
jira-asset-object-type-listList all object types.
-
jira-asset-object-updateUpdates an existing object of specified object type ID. Either attributes or attributes_json must be provided.