Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Issue Tracking Systems page, which can be accessed through selecting the Issue Tracking tab on the Integrations page and clicking the Providers button on the top right of the table, allows the management of integrations into the third-party issue tracking systems. FlexDeploy currently provides out-of-box integration with Atlassian Jira, Redmine, Azure Boards, GitLab, and GitHub. You can define a custom implementation using either Java class or Groovy script. FlexDeploy reads ticket(s) from SCM commit message comments during build execution. As an example, if you use SVN when committing a change back to the repository, simply put the issue name in the commit comment (case sensitive).  Some SCMs require clients installed on the FlexDeploy Server. Insert excerptFlexDeploy System RequirementsFlexDeploy System RequirementsnameSCMnopaneltrue

FlexDeploy comes with a Java Implementation to integrate with Jira, Redmine, or Azure Boards, and a Groovy implementation to integrate with GitLab or GitHub. You are not allowed to change the implementation class and change or add new properties for these out-of-box issue tracking systems. You can create an additional Issue Tracking Systems as necessary using the Create button. To edit custom Issue Tracking Systems or view out-of-box ones, select its name in the table.

...

  • The issue tracking integrations for out-of-the-box providers are not editable.

  • For adding a custom issue tracking system, follow the steps described in Custom Issue Tracking System

  • Create an issue tracking system instance to integrate with FlexDeploy. Configure Issue Tracking System Instance shows how to set up the instance by providing the server and credential information

  • The next steps after creating and testing the instance is to Configure Project for Issue Tracking. Here you can choose any configured issue tracking system instance and define how you want to integrate with the system

  • Tickets are associated when a project is built. Associate Issues with Build describes how FlexDeploy processes the tickets

...