Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Build Request

Tickets can also be manually associated to an Issue Tracking System on the Build Request Form for each project.

Once build is submitted, the build workflow will attach the tickets enterd in the above Releated Tickets to the request. You can see the description and link to tickets under the links tab by clicking Request Id or Execution Id link.




Change Log

Tickets is also associated to an Issue Tracking System from the source control change logs during a build for each project. The change logs are parsed based on the Ticket Number Pattern provided in the Project confirguration or Issue Tracking System setup page. You can define a single pattern or multiple separated by comma. For Custom Issue Tracking Systems, you can define the pattern inside your implementation class (parseTicketNumberFromChangeLogs is the method which should handle any additonal patterns needed by project)and do the parsing accordingly.

In the below pictures, you can see ITS- is the pattern setup for the project but the build request parsed additonal patterns like FD-, ZZZ- and Test- in the change logs. This was done inside the parseTicketNumberFromChangeLogs method within the custom implementation Groovy script.


  • No labels