feat: add user-based ticket endpoints
This commit is contained in:
17
F4SDM42WebApi/M42ExtensionScaffolder/service-info.yml
Normal file
17
F4SDM42WebApi/M42ExtensionScaffolder/service-info.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
product: "M42 Enterprise" # The project or platform this service belongs to
|
||||
service_name: "Extensions Scaffolder" # Name of the service
|
||||
description: "Template project acting as an extension scaffolder. Automatically generate extension structure including provided projects and runtimes" # A brief description of the service
|
||||
|
||||
owner:
|
||||
name: "Titan" # Owner of the service (could be an individual or team)
|
||||
email: "dmytro.romanii@matrix42.com" # Contact email for the owner
|
||||
|
||||
pipelines:
|
||||
pull_request_pipeline: "N/A" # URL to the pipeline that runs for pull requests
|
||||
ci_pipeline: "N/A" # URL to the continuous integration (CI) pipeline
|
||||
cd_pipeline: "N/A" # URL to the continuous delivery (CD) pipeline
|
||||
|
||||
links:
|
||||
repository: "https://dev.azure.com/matrix42/DWP/_git/M42ExtensionScaffolder"
|
||||
documentation: "https://dev.azure.com/matrix42/DWP/_git/M42ExtensionScaffolder?path=/README.md"
|
||||
backlog: "https://dev.azure.com/matrix42/BPM/_backlogs/backlog/Titan"
|
||||
Reference in New Issue
Block a user