Limitations
Due to Azure DevOps standard settings, this app has the following limitations:
- Limitation: No Duplicate Work Items Across Projects:
Azure DevOps does not create duplicate work items for the same issue within an organization. If a ticket already exists for a finding in one project and the same application is later added to another project, no new ticket will be created. Instead, the existing ticket in the original project will be updated.
Workaround:
You can resolve this limitation by deleting the existing ticket from the original project, allowing a new ticket to be created in the desired project.
- Limitation: Job Timeout Configuration:
In Azure DevOps, the default value for timeoutInMinutes is 60. If a pipeline job does not finish within this time, it will be canceled automatically.
Workaround:
You need to configure timeoutInMinutes as per the requirement.
For more details on configuring timeouts, refer to - Jobs in Azure Pipelines - Azure Pipelines | Microsoft Learn