Versions Compared

Key

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

FlexDeploy has out-of-box integration integrations with Jira, Redmine, Azure Boards, and GitLab, but you and GitHub. You can easily integrate with other issue tracking systems as well. Such third-party issue tracking system integration can be enabled using Java or Groovy implementation.

...

Let's look at more details on how to create a custom issue tracking system integration with Flex Deploy. Click Create to implement an integration with custom issue tracking system.

...

Let's define an example issue tracking system in FlexDeploy. You can provide the implementation as a Java class or just a Groovy script. A Groovy script would allow for dynamic update, whereas use of Java code will require restart of server.

...