Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/integrations/assembla/1.mp4
Binary file not shown.
Binary file added assets/images/integrations/assembla/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/integrations/assembla/3.mp4
Binary file not shown.
Binary file added assets/images/integrations/assembla/4.mp4
Binary file not shown.
106 changes: 106 additions & 0 deletions docs/assembla-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
id: assembla-integration
title: Assembla Integration with LambdaTest
hide_title: false
sidebar_label: Assembla
description: LambdaTest helps you manage your bugs in Assembla by moving them to project in a single click. All the details you provide in LambdaTest like task list, assignee, title and description would automatically be presented in the project on Assembla.
keywords:
- lambdatest integrations
- push issues to clubhouse
- free cross browser testing tool
- cross platform testing tools
- check browser compatibility online
- lambdatest bugherd integration
- integrate bugherd with lambdatest
- create issue in bugherd from lambdatest
- assembla integration with lambdatest
- create bugherd issues from lambdatest
- bug tracking tools
- project management tools
url: https://www.lambdatest.com/support/docs/assembla-integration/
site_name: LambdaTest
slug: assembla-integration/
---
<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "LambdaTest",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Assembla Integration",
"item": "https://www.lambdatest.com/support/docs/assembla-integration/"
}]
})
}}
></script>

Assembla is a cloud-based platform that provides version control and project management tools specifically designed for software development teams. It supports multiple version control systems, such as Git, Subversion (SVN), and Perforce, allowing teams to manage their source code, track changes, and collaborate more efficiently.

LambdaTest integrates with Assembla, allowing users to file issues directly from the platform, assign them to team members, and attach screenshots during a test session, with populated fields displayed on the BugHerd platform for each testing instance.

> Assembla Integration with LambdaTest is available for freemium as well as premium plan.

## Integrate Assembla from your LambdaTest Account

**Step 1:** Login to your LambdaTest account. You should have Admin or User level access to see and install integrations.

**Step 2:** Click on Settings -> Integrations -> Bug Tracker.

**Step 3:** Click on **Connect** button of Assembla block.

**Step 4:** Now, provide your Assembla API Key, Secret, Hosted URL and slect your region to establish integration with LambdaTest and click on **install** button.

Check failure on line 62 in docs/assembla-integration.md

View workflow job for this annotation

GitHub Actions / spellcheck

slect ==> select, slept, elect, sect

<video class="right-side" width="100%" controls id="vid">
<source src= {require('../assets/images/integrations/assembla/1.mp4').default} type="video/mp4" />
</video>

:::info Fetch your Assembla API Token

- Visit your Assembla account -> click on your profile icon and then **Security** tab.
- You will find the "**API Token**" under the section **API Applications and Sessions**. Copy your API token.

<img src={require('../assets/images/integrations/assembla/2.png').default} alt="assembla" />

:::

## Lodge your First Bug

**Step 1:** Create a new space on Assembla if you haven't already.

**Step 2:** Now, while testing your webapp or application at LambdaTest, click on the **mark as bug** button if you detect any bug.

**Step 3:** Now update the comments of the bug and other details and click on Create Task button.

**Step 4:** Go to your dashboard and check a ticket will be created for the same.

<video class="right-side" width="100%" controls id="vid">
<source src= {require('../assets/images/integrations/assembla/3.mp4').default} type="video/mp4" />
</video>

**Step 6:** Go to your dashboard and check a ticket will be created for the same.

## Uninstall Assembla Integration

**Step 1:** Login to your LambdaTest account. You should have Admin or User level access to see and install integrations.

**Step 2:** Click on Settings -> Integrations -> Bug Tracker.

**Step 3:** Click on the **Remove** button.

<video class="right-side" width="100%" controls id="vid">
<source src= {require('../assets/images/integrations/assembla/4.mp4').default} type="video/mp4" />
</video>

> That was all you need to know for LambdaTest + BugHerd Integration. Increase your productivity with our integrations. If you still have any questions for us, please feel free to let us know. Our experts are always available on <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**chat**</span> to help you out with any roadblock.

1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,7 @@ module.exports = {
"userback-integration",
"zenkit-integration",
"spirateam-integration",
"assembla-integration"
],
},
{
Expand Down
Loading