Skip to main content

Mantis

This Integration is part of the Mantis Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

mantis-get-issue-by-id#


get details of the mantis issue

Base Command#

mantis-get-issue-by-id

Input#

Argument NameDescriptionRequired
idMantis issue to get details of.Required

Context Output#

PathTypeDescription
Mantis.Issue.idStringid ofthe issue created
Mantis.Issue.projectUnknownproject under which issue is created
Mantis.Issue.categoryUnknowncategory under which issue is created
Mantis.Issue.reporterUnknownreporter of the issue
Mantis.Issue.statusUnknownstatus of the issues created
Mantis.Issue.created_atUnknowntime at which issue created

mantis-create-issue#


create a Mantis issue

Base Command#

mantis-create-issue

Input#

Argument NameDescriptionRequired
projectproject name to create issue under.Required
categorycategory name for the issue.Required
summarysummary of the issue.Required
descriptionDescription for the issue.Required

Context Output#

There is no context output for this command.

mantis-get-issues#


get a list of mantis issues

Base Command#

mantis-get-issues

Input#

Argument NameDescriptionRequired
page_sizeThe number of issues to return per page. Default is 50 but overridable by configuration. Default is 10.Optional
pageThe page number. Default is 1.Optional

Context Output#

There is no context output for this command.

mantis-add-note#


add Note to a Mantis issue

Base Command#

mantis-add-note

Input#

Argument NameDescriptionRequired
idMantis issue to add a Note.Required
textnote text.Required
view_stateselect view_state defailt is public. Possible values are: public, private. Default is public.Required

Context Output#

There is no context output for this command.

mantis-close-issue#


close a Mantis issue

Base Command#

mantis-close-issue

Input#

Argument NameDescriptionRequired
idMantis issue Id to close.Required

Context Output#

There is no context output for this command.