2024-05-28 20:22:08 -04:00
|
|
|
name: 'Delete Application'
|
|
|
|
description: 'Track the process of deleting an application'
|
|
|
|
title: 'Delete Application: [Application Name]'
|
2024-05-28 20:20:40 -04:00
|
|
|
labels:
|
|
|
|
- deletion
|
2024-05-28 20:22:08 -04:00
|
|
|
assignees: ''
|
2024-05-28 20:20:40 -04:00
|
|
|
|
2024-05-28 20:22:08 -04:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
## Application Details
|
2024-05-28 20:20:40 -04:00
|
|
|
|
2024-05-28 20:22:08 -04:00
|
|
|
- type: input
|
|
|
|
id: application-name
|
|
|
|
attributes:
|
|
|
|
label: Application Name
|
|
|
|
description: Name of the application to be deleted
|
|
|
|
placeholder: Name of the application
|
2024-05-28 20:20:40 -04:00
|
|
|
|
2024-05-28 20:22:08 -04:00
|
|
|
- type: checkboxes
|
|
|
|
id: reason-for-deletion
|
|
|
|
attributes:
|
|
|
|
label: Reason for Deletion
|
|
|
|
description: Please select one or more reasons for the deletion
|
|
|
|
options:
|
|
|
|
- label: No longer needed
|
|
|
|
- label: Replaced by another application
|
|
|
|
description: Provide the name of the new application, if applicable
|
|
|
|
- label: Maintenance overhead
|
|
|
|
- label: Security vulnerabilities
|
|
|
|
- label: Performance issues
|
|
|
|
- label: Compatibility issues
|
|
|
|
- label: Licensing issues
|
|
|
|
- label: Other (please specify)
|
|
|
|
description: Provide additional details
|
2024-05-28 20:20:40 -04:00
|
|
|
|
2024-05-28 20:22:08 -04:00
|
|
|
- type: checkboxes
|
|
|
|
id: impacted-folders
|
|
|
|
attributes:
|
|
|
|
label: Impacted Folders
|
|
|
|
description: Select the folders that are impacted by the deletion
|
|
|
|
options:
|
|
|
|
- label: ag-backup
|
|
|
|
- label: ag-main
|
|
|
|
- label: AI
|
|
|
|
- label: arm
|
|
|
|
- label: arrs
|
|
|
|
- label: authentik
|
|
|
|
- label: cf
|
|
|
|
- label: downloaders
|
|
|
|
- label: jellyfin
|
|
|
|
- label: kasm
|
|
|
|
- label: netboot
|
|
|
|
- label: nexus
|
2024-06-09 12:51:02 -04:00
|
|
|
- label: pages
|
2024-05-28 20:22:08 -04:00
|
|
|
- label: portainer
|
|
|
|
- label: twingate
|
2024-06-09 12:51:02 -04:00
|
|
|
- label: whisper
|
2024-05-28 20:20:40 -04:00
|
|
|
|
2024-05-28 20:22:08 -04:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
## Steps to Delete
|
|
|
|
|
|
|
|
- type: checkboxes
|
|
|
|
id: steps-to-delete
|
|
|
|
attributes:
|
|
|
|
label: Steps to Delete
|
|
|
|
description: Please check off each step as it is completed
|
|
|
|
options:
|
|
|
|
- label: Remove Configuration Files
|
|
|
|
description: Locate and remove all configuration files related to the application
|
|
|
|
- label: Update Wiki
|
|
|
|
description: Add Archived tag to Wiki page and update any architecture diagrams or flowcharts
|
|
|
|
- label: Update README(s)
|
|
|
|
description: Remove app from main table
|
|
|
|
- label: Remove From CD Platform Logic
|
|
|
|
description: Remove unneeded if statement from CD platform
|
|
|
|
- label: Deletion from host
|
|
|
|
description: Ensure that the application and all related files have been successfully removed
|
|
|
|
- label: Close Related Issues
|
|
|
|
description: Close any open issues or tasks related to the application
|
|
|
|
- label: If you are deleting the entire folder check this box
|
|
|
|
description: Deleting entire folder
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: additional-notes
|
|
|
|
attributes:
|
|
|
|
label: Additional Notes
|
|
|
|
description: Add any additional comments or details here
|
|
|
|
placeholder: Comments
|