BIN
assets/images/help/projects-v2/bulk-cell-drag.png
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
assets/images/help/projects-v2/bulk-cell-finished.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
assets/images/help/projects-v2/bulk-cell-handle.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
assets/images/help/projects-v2/bulk-select-a-cell.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
assets/images/help/projects-v2/bulk-select-cells.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
assets/images/help/projects-v2/select-multiple-cells.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/images/help/projects-v2/undo-bulk-change.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
@@ -10,8 +10,6 @@ topics:
|
||||
allowTitleToDifferFromFilename: true
|
||||
---
|
||||
|
||||
Your project can track draft issues, issues, and pull requests.
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** A project can contain a maximum of {% data variables.projects.item_limit %} items and {% data variables.projects.archived_item_limit %} archived items. {% ifversion projects-v2-auto-archive %}To learn more about automatically archiving items when they meet specific criteria, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically)."{% endif %}
|
||||
@@ -34,6 +32,12 @@ When you add an issue or pull request to your project, an event will be added to
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion projects-v2-bulk-table-editing %}
|
||||
|
||||
For more information about making bulk changes to your items after adding them, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-items-in-your-project/editing-items-in-your-project)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% ifversion projects-v2-auto-add %}
|
||||
|
||||
### Automatically adding issues and pull requests
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
title: 'Editing items in your {% data variables.projects.project_v2 %}'
|
||||
shortTitle: Editing items
|
||||
intro: 'There are several methods you can use within your {% data variables.projects.project_v2 %} to quickly make changes to multiple items.'
|
||||
versions:
|
||||
feature: projects-v2-bulk-table-editing
|
||||
type: tutorial
|
||||
topics:
|
||||
- Projects
|
||||
allowTitleToDifferFromFilename: true
|
||||
---
|
||||
|
||||
## Copying and pasting cells in a table
|
||||
|
||||
You can copy the contents of one cell and paste the contents into multiple other cells in the same field.
|
||||
|
||||
1. Navigate to a project view that is using the table layout.
|
||||
1. Select the cell that you would like to copy.
|
||||
|
||||

|
||||
|
||||
1. To copy the contents of the selected cell, press <kbd>Command</kbd>+<kbd>C</kbd> (Mac) or <kbd>Ctrl</kbd>+<kbd>C</kbd> (Windows.)
|
||||
1. Select the destination cells for the copied content.
|
||||
|
||||
{% indented_data_reference reusables.projects.select-a-cell spaces=4 %}
|
||||
|
||||

|
||||
|
||||
1. To paste the previously copied content, press <kbd>Command</kbd>+<kbd>V</kbd> (Mac) or <kbd>Ctrl</kbd>+<kbd>V</kbd> (Windows.)
|
||||
|
||||
## Dragging a cell's contents to set neighbouring table cells
|
||||
|
||||
You can quickly copy one cell's content over other cells in the same field by dragging up or down.
|
||||
|
||||
1. Navigate to a project view that is using the table layout.
|
||||
1. Select the cell that you would like to copy.
|
||||
1. If it's possible to copy the cell's content, a blue handle will be shown on the lower right of the selected cell.
|
||||
|
||||

|
||||
|
||||
1. Drag the handle up or down over the cells where you would like to copy the contents.
|
||||
|
||||

|
||||
|
||||
1. When you finish dragging, the contents of the originally selected cell will be copied over the cells you selected while dragging.
|
||||
|
||||

|
||||
|
||||
## Clearing the content of multiple table cells
|
||||
|
||||
You can quickly clear the same field for multiple items.
|
||||
|
||||
1. Navigate to a project view using the table layout.
|
||||
1. Select the cells you would like to clear.
|
||||
|
||||
{% indented_data_reference reusables.projects.select-a-cell spaces=4 %}
|
||||
|
||||

|
||||
|
||||
1. Press <kbd>Delete</kbd> or <kbd>Backspace</kbd> on your keyboard.
|
||||
|
||||
## Undoing bulk changes in a table
|
||||
|
||||
When you make a bulk change in the table layout, {% data variables.product.product_name %} will display the option to undo that change.
|
||||
|
||||
1. Make a bulk change to your table.
|
||||
1. When the notice appears in the lower right of your table, click **Undo**.
|
||||
|
||||

|
||||
@@ -10,7 +10,7 @@ topics:
|
||||
children:
|
||||
- /adding-items-to-your-project
|
||||
- /converting-draft-issues-to-issues
|
||||
- /editing-items-in-your-project
|
||||
- /archiving-items-from-your-project
|
||||
allowTitleToDifferFromFilename: true
|
||||
---
|
||||
|
||||
|
||||
5
data/features/projects-v2-bulk-table-editing.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Issue 9957
|
||||
# Projects V2 - bulk editing tools for tables
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
4
data/reusables/projects/select-a-cell.md
Normal file
@@ -0,0 +1,4 @@
|
||||
- Hold <kbd>Command</kbd> (Mac) or <kbd>Ctrl</kbd> (Windows/Linux) and select each cell.
|
||||
- Select an cell then press <kbd>Shift</kbd>+<kbd>↑</kbd> or <kbd>Shift</kbd>+<kbd>↓</kbd> to select additional cell above or below the selected item.
|
||||
- Select an cell then press <kbd>Shift</kbd> and select another item to select all items between the two items.
|
||||
- Holding your mouse button down, move the cursor over the cells you want to select.
|
||||