Content
View differences
Updated by Andrej Sandorf 3 days ago
**As** an administrator managing Jira imports
**I want to** delete a configuration (together with its runs) or delete an individual run runĀ
**so that** I can remove obsolete configurations and runs from the instance.
**Acceptance criteria**
* `Delete` is available in the configurations table row action menu and removes the configuration together with its runs.
* `Delete` is available in the import runs page header action menu and removes the configuration together with its runs.
* `Delete` is available in the runs table row action menu and removes a single run.
* Each delete uses a trash icon and asks for confirmation before destroying data.
* Deletion respects any state that currently forbids deletion.
e.g. currently running, in review state, etc.
* Deletion cleans up all associated data in the database
**Technical notes**
* **TODO**: Clarify with Marc - How is the `Delete` entry shown when deleting is currently not allowed? (hidden vs. disabled with tooltip explaining why)
**Permissions and visibility considerations**
* Administrators _Administrators with access to the Jira import admin settings. settings._
* The `Delete` entry is hidden or disabled when the current state does not allow deletion (pending the clarification above).
**Out of scope**
* Archiving instead of removing
<br>
**I want to** delete a configuration (together with its runs) or delete an individual run
**so that** I can remove obsolete configurations and runs from the instance.
**Acceptance criteria**
* `Delete` is available in the configurations table row action menu and removes the configuration together with its runs.
* `Delete` is available in the import runs page header action menu and removes the configuration together with its runs.
* `Delete` is available in the runs table row action menu and removes a single run.
* Each delete uses a trash icon and asks for confirmation before destroying data.
* Deletion respects any state that currently forbids deletion.
e.g. currently running, in review state, etc.
* Deletion cleans up all associated data in the database
* **TODO**: Clarify with Marc - How is the `Delete` entry shown when deleting is currently not allowed? (hidden vs. disabled with tooltip explaining why)
* Administrators
* The `Delete` entry is hidden or disabled when the current state does not allow deletion (pending the clarification above).
**Out of scope**
* Archiving instead of removing
<br>