...
FlexDeploy Term | Description |
---|---|
Work Item | Work Items are used to track features, requirements, bugs, and risks to your project. Sometimes they are also known as Issues. Each work item is identified by a unique work item number. |
Issue Tracking System | Defines the system used to track the tickets for specific projects or applications using patterns or custom rules. Various providers are available out-of-box, but you can add one or more custom systems using either Java or Groovy script implementation. |
Issue Tracking System Instance | Instance represents the physical connection details of the Issue Tracking System. |
Property | Properties are used to define the necessary inputs needed to connect to the system. |
Status | Status is used to measure the progress of work done, as well as to represent the current stage of the issue. |
...
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
...