Mantis
Mantis Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
#
mantis-get-issue-by-idget details of the mantis issue
#
Base Commandmantis-get-issue-by-id
#
InputArgument Name | Description | Required |
---|---|---|
id | Mantis issue to get details of. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Mantis.Issue.id | String | id ofthe issue created |
Mantis.Issue.project | Unknown | project under which issue is created |
Mantis.Issue.category | Unknown | category under which issue is created |
Mantis.Issue.reporter | Unknown | reporter of the issue |
Mantis.Issue.status | Unknown | status of the issues created |
Mantis.Issue.created_at | Unknown | time at which issue created |
#
mantis-create-issuecreate a Mantis issue
#
Base Commandmantis-create-issue
#
InputArgument Name | Description | Required |
---|---|---|
project | project name to create issue under. | Required |
category | category name for the issue. | Required |
summary | summary of the issue. | Required |
description | Description for the issue. | Required |
#
Context OutputThere is no context output for this command.
#
mantis-get-issuesget a list of mantis issues
#
Base Commandmantis-get-issues
#
InputArgument Name | Description | Required |
---|---|---|
page_size | The number of issues to return per page. Default is 50 but overridable by configuration. Default is 10. | Optional |
page | The page number. Default is 1. | Optional |
#
Context OutputThere is no context output for this command.
#
mantis-add-noteadd Note to a Mantis issue
#
Base Commandmantis-add-note
#
InputArgument Name | Description | Required |
---|---|---|
id | Mantis issue to add a Note. | Required |
text | note text. | Required |
view_state | select view_state defailt is public. Possible values are: public, private. Default is public. | Required |
#
Context OutputThere is no context output for this command.
#
mantis-close-issueclose a Mantis issue
#
Base Commandmantis-close-issue
#
InputArgument Name | Description | Required |
---|---|---|
id | Mantis issue Id to close. | Required |
#
Context OutputThere is no context output for this command.