Versions Compared

Key

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

...

Once a build is submitted, the build workflow will attach the tickets entered in the above Related Tickets field to the request. You can see the description and link to tickets under the issues tab in the build and deploy rows and in the Work Items section by clicking the Execution Id link.

...

In the below pictures, GLORY- is the pattern setup for the project.

To associate a work-item from the FlexDeploy ITS, use the pound/hash symbol like #701 to associate ticket 701.

...

Info

For Issue Tracking Systems which doesn't support prefix or pattern, you can add your custom parsing rule to extract the ticket numbers from change logs. For this, you can define the pattern inside your implementation class (parseTicketNumberFromChangeLogs is the method which should handle any additional patterns needed by project) and do the parsing accordingly.

The build request parsed patterns like FD-, ZZZ- and Test- from the change logs. This was done inside the parseTicketNumberFromChangeLogs method within the custom Groovy script implementation.

...