Documentation
  • Overview
  • Atlassian Cloud
    • Intercom for Jira Cloud
      • Get started
      • Guides
        • Jira administrators
          • Setting up
          • Managing app features
          • Managing notifications
            • Configuring notifications on issue updates
            • Configuring notifications for specific issue transitions
          • Managing visible Intercom data fields
          • Managing the Intercom app configuration
          • Configuring the app user
          • Revoking Intercom connection
          • Reconnecting broken Intercom connection
        • Jira users
          • Managing Intercom conversation links
          • Inspecting linked Intercom conversations
          • Commenting linked Intercom conversations
          • Searching and reporting
      • Concepts
        • App workflow
      • Forge migration
      • Announcements
      • FAQ
    • Travis CI integration for Jira
      • Getting Started
      • FAQ
  • Atlassian self-hosted
    • Intercom for Jira Data Center/Server
      • Get started
      • Guides
        • Jira administrators
          • Setting up
          • Managing Jira app features
          • Managing Intercom app features
          • Managing notifications
            • Configuring notifications on issue updates
            • Configuring notifications for specific issue transitions
          • Managing visible Intercom data fields
          • Revoking Intercom connection
          • Migrating to Intercom for Jira Cloud
        • Jira users
          • Linking Intercom conversations
          • Inspecting linked Intercom conversations
          • Commenting linked Intercom conversations
          • Searching and reporting
        • Intercom teammates
          • Adding the app to Inbox
          • Creating new Jira issues
          • Linking existing Jira issues
          • Managing linked Jira issues
      • Security Statement
      • FAQ
  • Intercom
    • Jira Cloud for Intercom
      • Get started
      • Guides
        • Intercom administrator
          • Setting up
          • Managing fields on the create issue form
          • Inspecting app information
          • Managing the Intercom app configuration
          • Changing the Intercom app user
          • Restricting app access
          • Uninstalling the app
        • Intercom teammates
          • Adding the app to Inbox
          • Creating new Jira issues
          • Linking existing Jira issues
          • Managing linked Jira issues
      • Concepts
        • Jira connection
      • FAQ
      • Privacy & Terms
  • Trust
    • Our privacy program
  • Legal
    • Privacy Policy
    • Service Level Agreement
    • End User License Agreement
    • Data Processing Agreement
    • Subprocessors
Powered by GitBook
On this page
  • 1. Installation
  • 2. Configure Travis CI to report build information
  • 3. Associate builds to Jira issues
  1. Atlassian Cloud
  2. Travis CI integration for Jira

Getting Started

PreviousTravis CI integration for JiraNextFAQ

Last updated 6 years ago

1. Installation

Log into your Jira instance as an admin. The click Jira Settings > Apps > Find new apps. The Find new apps screen loads.

Use the search box to locate Travis for Jira and click Free trial to get started.

2. Configure Travis CI to report build information

After successful installation, edit your .travis.yaml file/s to make Travis CI report your build information to your Jira instance.

From your Jira home page go Jira Settings > Apps and then select Configure under the Travis for Jira section.

Copy the snippet and paste it in your .travis.yaml file. You can use the same snippet for all your GitHub repositories that you would like to send Travis CI build information to Jira.

3. Associate builds to Jira issues

If you are using GitHub for Jira app you are required to wrap the issue key in angular brackets in your commit message, e.g. [TFJ-1] A commit message. Travis for Jira does not impose this requirement but we are perfectly fine do wrap your issue keys.

When Travis CI tells the app about a new build it will try to extract one or more issues keys from the branch name or commit message and associate the build with those issues.

Once you have updated your .travis.yaml start using in your Git commit messages or include the Jira issue in the Git branch names to associate a Travis CI build with a Jira issue.

That's it, get productive and start releasing with confidence

🎉
😎
smart commits