2021-12-27 01:23:20 +00:00
|
|
|
---
|
|
|
|
name: Update a Product
|
|
|
|
description: Update information about a product in the database
|
|
|
|
title: "[Product Update]: <vendor> - <product>"
|
|
|
|
body:
|
2021-12-28 17:21:46 +00:00
|
|
|
- type: input
|
|
|
|
id: product-vendor
|
|
|
|
attributes:
|
|
|
|
label: Product vendor
|
|
|
|
description: Who is the vendor for the product?
|
|
|
|
placeholder: Cisco, Dell, IBM, etc.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: product-name
|
|
|
|
attributes:
|
|
|
|
label: Product name
|
|
|
|
description: What is the name of the product?
|
|
|
|
placeholder: AppDynamics, BigFix Inventory, Centera, etc.
|
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-27 01:23:20 +00:00
|
|
|
- type: textarea
|
|
|
|
id: update-context
|
|
|
|
attributes:
|
|
|
|
label: Context
|
2021-12-28 17:39:38 +00:00
|
|
|
description: Please provide context around the update.
|
2021-12-27 01:23:20 +00:00
|
|
|
- type: input
|
|
|
|
id: product-versions
|
|
|
|
attributes:
|
|
|
|
label: Product version(s)
|
|
|
|
description: What version(s) of the product are affected?
|
|
|
|
- type: dropdown
|
|
|
|
id: product-updated
|
|
|
|
attributes:
|
2021-12-28 18:59:16 +00:00
|
|
|
label: Product update
|
2021-12-27 01:23:20 +00:00
|
|
|
description: Is there an update available for the product?
|
|
|
|
options:
|
2021-12-28 18:59:16 +00:00
|
|
|
- Available
|
|
|
|
- Not Available
|
2021-12-27 01:23:20 +00:00
|
|
|
- type: input
|
|
|
|
id: product-update-link
|
|
|
|
attributes:
|
|
|
|
label: Product update link
|
2021-12-28 19:25:47 +00:00
|
|
|
description: Where can the update be found, if one is available?
|
2021-12-27 01:32:00 +00:00
|
|
|
- type: input
|
|
|
|
id: product-last-updated
|
|
|
|
attributes:
|
|
|
|
label: Last updated
|
|
|
|
description: When was the product last updated?
|
2021-12-28 17:45:46 +00:00
|
|
|
placeholder: "2021-12-06"
|
2021-12-27 01:23:20 +00:00
|
|
|
- type: textarea
|
|
|
|
id: product-notes
|
|
|
|
attributes:
|
|
|
|
label: Notes
|
|
|
|
- type: textarea
|
|
|
|
id: product-references
|
|
|
|
attributes:
|
|
|
|
label: References
|