Integrating with Lighthouse

Please Note: Only the Account Owner and repository admins are allowed to activate integrations.

Beanstalk allows you to integrate with Lighthouse. Lighthouse is a task and bug management system which offers basic integration with Subversion. Each time a commit is made, a simple tag-based syntax is used to manipulate or edit cases in Lighthouse.

How to set up integration 

After you have created your Beanstalk account, and created your repository, you can integrate the repository with Lighthouse.

In order to integrate Lighthouse with Beanstalk, you need to setup the integration settings within your repository. To do this, go to your Repository, then Settings → Integration → Lighthouse. To get started with the setup:

  1. On first step, you will need to specify your Lighthouse account URL.
  2. After inserting an account name, you will be redirected to a page where you will need to insert tokens. Tokens are the connection between your users in Beanstalk and Lighthouse. You will need to create the tokens in your Lighthouse account.
  3. In order to create a token, go to your Lighthouse account and click on your name in the top right.

    lh-token-1.jpg

  4. You will see a section in the middle of the sidebar called "CREATE AN API TOKEN". Select the account that you want to add the token for from the dropdown, then insert the label of the token and click create.

    lh-token-2.jpg

  5. You will see your newly created token in "YOUR API TOKENS" section now. 
  6. After you created the token, copy/paste the token into Beanstalk. Each Lighthouse user will need to create a token.

    bs-lh-2.jpg

  7. Select the Lighthouse project you would like to integrate with in Beanstalk.

    bs-lh-3.jpg

  8. Finish the setup by clicking the "Activate" button.

    bs-lh-4.jpg

How to use the integration

Once you have setup integration with Beanstalk and Lighthouse, you can add keywords to your commit messages that will update tickets in Lighthouse. For example:

Prototype new feature [#15]<br>
	

The #15 will add this log message as a comment to ticket #15. You can also change various properties.

Extended tags

You can use additional tags to edit or manipulate cases as well. For example:

New feature is implemented and tested [#15 tagged:committed assign:chris milestone:"Beta Release" state:resolved]<br>
	

This commit message will add a tag, set responsible user, set milestone, and change state of the ticket in Lighthouse. Assign option matches first name only, if there are two users with same name, it will match by first letter of alphabet on last name. 

Check out the list of example tags, which can be used:

Example Lighthouse tags

  • tagged - Adds the tag(s) to the ticket, but does not replace them.
  • assign - Sets the user responsible for the ticket. Use assign:none to clear it.
  • milestone - Sets the milestone for the ticket. Use milestone:none to clear the milestone.
  • state - Sets the ticket state. Valid values are: new, open, hold, resolved, and invalid.

Please Note: Only the account owner and admins are allowed to activate integrations. 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us