- Home
- Resources
- Integrations
- MantisBT
MantisBT Make integrationAutomate MantisBT with Make.
Could your bug tracker file, update and tidy its own issues? The MantisBT Make integration gives you 15 modules: one trigger, 9 actions and 5 searches. It suits QA leads and support teams who live in MantisBT, and this page walks you from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the MantisBT Make integration do?
The MantisBT Make integration links your MantisBT tracker to Make so issues and projects move without copy and paste. You build a scenario (the automation itself, a chain of modules), and each module handles one job: spotting new issues, creating or updating one, attaching a file, or reading projects.
Bug reports that file themselves. A form, a support inbox or a monitoring tool from another app feeds Create an Issue, and the report lands in the right MantisBT project with its text already written. If the reporter sent a screenshot, Add an Attachment to an Issue puts it on the same ticket.
Releases that stay in sync. When your team ships, Create a Project Version adds the new version to the project, and Update a Project keeps its details current. List Projects reads every project and sub-project your account can see, handy when one scenario has to touch several of them.
A watch on incoming issues. Watch New Issues picks up the tickets added since its last check, on the schedule you set, so you can react with Update an Issue, fetch the files with Download the Issue Files, or push the report into another tool.
One honest limit: Make says its MantisBT documentation is incomplete, because little public information exists about this app. Test each module with real data before you rely on it, and keep Make an API call in mind for anything the list does not cover. If you are still weighing platforms, read our n8n vs Make comparison, then check Make pricing before you scale up. Want help building it? Our Make agency sets up scenarios like these.
How do you connect MantisBT to Make?
- 01
Add a MantisBT module
In your scenario, click the +, search for MantisBT and pick any of its modules. The first time, Make asks for a connection: your MantisBT account linked to Make once, then reused by every MantisBT module. Click Create a connection.
- 02
Name it and authorize Make
Give the connection a name you will recognize later, such as the name of your tracker. Then follow what MantisBT asks for: either authorize Make on the MantisBT page that opens, or paste the key that MantisBT gives you.
- 03
Save and check the lists
Click Save. Once the connection exists, Make can read what your account sees, so the module can offer your projects and issues instead of asking you to type identifiers by hand.
Your first scenario: tidy every new MantisBT issue
GoalWhen a new issue is added in MantisBT, Make updates it with the values you mapped, so every report gets the same first pass.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + in the middle of the editor to add the very first module.
- 02
Set the trigger
Search for MantisBT and choose Watch New Issues. Pick your connection, or click Create a connection if this is your first MantisBT module.
- 03
Add the update
Click the + on the right of the trigger, pick Update an Issue and map the issue from the trigger's bundle (one item passing from module to module) so Make changes the right ticket.
- 04
Test with Run once
Create a test issue in MantisBT, then click Run once. Open the bubbles above each module to read the bundles they received and confirm the update landed on the right issue.
- 05
Schedule and switch on
Click the clock on the first module to set the schedule. A new scenario checks every 15 minutes by default. Then switch the scenario on so it keeps running without you.
What can start a MantisBT scenario?
1 module starts a scenario when something happens in MantisBT. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by MantisBT as soon as it happens.
Watch New Issues
Scheduled triggerIn Make“Triggers when new issues are added.”
Watch New Issues hands your scenario each ticket that has been added to MantisBT since the last check, one bundle per issue, so every bug report can flow into the rest of your automation without anyone forwarding it.
What can Make do in MantisBT?
MantisBT gives you 14 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add an Attachment to an Issue
ActionIn Make“Adds a file attachment to the specified issue.”
Puts a file on an existing MantisBT issue, so the screenshot, log or export that explains the bug sits right next to the report instead of in someone's inbox.
Create an Issue
ActionIn Make“Creates a new issue.”
Opens a brand new ticket in MantisBT from data that arrived elsewhere, which means no more retyping a customer complaint or a failed test into the tracker.
Create a Project
ActionIn Make“Creates a new project.”
Sets up a new project in MantisBT for you, so a fresh client or product gets its own space in the tracker the moment the work is agreed, with no admin trip into the settings.
Create a Project Version
ActionIn Make“Adds a new version to a project.”
Adds a version to one of your MantisBT projects, which keeps release numbers in the tracker aligned with what your team actually ships, without a manual copy at each release.
Delete an Issue
ActionIn Make“Deletes an existing issue.”
Removes a ticket from MantisBT for good. It keeps the tracker clean when test runs, spam or duplicates end up filed as real issues and nobody wants to delete them one by one.
Delete a Project
ActionIn Make“Deletes a project by ID.”
Erases a whole MantisBT project, found by its ID, which helps when temporary projects pile up and clutter the list your testers pick from.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
Lets you call any endpoint of the MantisBT API with the connection you already set up, so you are not stuck when the other modules do not cover your case.
Update an Issue
ActionIn Make“Updates an existing issue.”
Changes an issue that already exists, so the ticket reflects what happened outside MantisBT: a fix deployed, a customer reply, a new detail from support.
Update a Project
ActionIn Make“Updates an existing project.”
Edits an existing MantisBT project so its details match the source of truth you keep elsewhere, which spares you from maintaining the same information in two places.
Download the Issue Files
SearchIn Make“Downloads all files of the specified issue. Can be filtered by file's ID.”
Fetches every file attached to a given issue and passes them on, so you can archive them or send them to another app. You can also filter by a file's ID when you only need one.
Get an Issue
SearchIn Make“Returns an issue by its ID.”
Reads one MantisBT issue from its ID and returns its details, which gives the next modules everything they need about that ticket without searching the whole tracker.
Get a Project
SearchIn Make“Returns a project by its ID.”
Returns a single project from its ID, so a scenario can check what a project looks like before it creates versions or issues inside it.
List all Issues
SearchIn Make“Returns the list of issues. Can be filtered by their status or by a project.”
Pulls a list of issues out of MantisBT, which you can narrow down by status or by project, and turns it into data you can sort, count or send somewhere else.
List Projects
SearchIn Make“Returns all projects and sub-projects accessible to the user.”
Brings back every project and sub-project your MantisBT account can reach, a quick way to loop over the whole tracker without keeping a list of IDs by hand.
Need help automating MantisBT with Make?
A person reads every message.