Integrating mabl MCP with Atlassian MCP

For the full index of agent-friendly pages, see llms.txt.

By using the mabl MCP and Atlassian MCP in tandem, you can consolidate testing and development activities directly into your AI client, such as GitHub Copilot or Claude Desktop. This article outlines three ways to use the mabl MCP and Atlassian MCP to streamline your work:

Get Jira test case details > create mabl test

If your team documents test cases in Jira tickets, you can set up your AI client to create mabl tests based on those test case details. This workflow isn’t just limited to developers. Anyone on the team with access to an AI client that supports MCPs can use these actions to reduce manual effort and ensure tests are accurately aligned with the requirements.

get_task_create_test.png

Example

When gathering details for your mabl test, it’s helpful to use back-and-forth dialogue to progressively refine your intent:

At this point, the mabl MCP launches the mabl agent to generate steps according to the prompt. When the user is satisfied, they can save the test and return to their IDE.

Get Jira task > write code > test changes in mabl

When working on new features, developers can use the Atlassian MCP to get details on a task, update their code, and call on the mabl MCP to validate those changes locally. Instead of switching between different UIs, all tasks are handled from their IDE-based client, such as GitHub Copilot.

get_task_update_test.png

Example

The following sample dialogue demonstrates this workflow in action:

User makes code changes.

Tip: If the mabl MCP doesn’t return any related mabl tests, create a new mabl test to validate the functionality. If the work item includes a field with test case details, use that as a starting point.

Create mabl test > update Jira ticket

In addition to testing in mabl based on Jira ticket details, you can also update your Jira work items with mabl test details. Both developers and non-developers alike can leverage this workflow to keep their Jira projects up to date with their mabl test activity. For developers working with an IDE-based AI client, this workflow might follow a set of code changes:

create_mabl_test_update_jira.png

Example

The following sample dialogue demonstrates this workflow in action:

The mabl MCP launches the mabl agent to generate steps according to the prompt. When the user is satisfied, they can save the test and return to their IDE.