Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3dba51a6
Commit
3dba51a6
authored
Sep 12, 2018
by
Victor Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs for integrated milestones
parent
b2e7d584
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
doc/user/group/epics/img/epic_view.png
doc/user/group/epics/img/epic_view.png
+0
-0
doc/user/group/epics/index.md
doc/user/group/epics/index.md
+15
-3
No files found.
doc/user/group/epics/img/epic_view.png
View replaced file @
b2e7d584
View file @
3dba51a6
57.4 KB
|
W:
|
H:
234 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/group/epics/index.md
View file @
3dba51a6
...
...
@@ -19,9 +19,7 @@ selected group. From your group page:
1.
Enter a descriptive title and hit
**Create epic**
Once created, you will be taken to the view for that newly-created epic where
you can change its title, description, planned start date, and planned end date.
The planned end date cannot be before the planned start date
(but they can be the same day).
you can change its title, description, planned start date, and planned finish date.
![
epic view
](
img/epic_view.png
)
...
...
@@ -37,6 +35,20 @@ When you add an issue to an epic that's already associated with another epic,
the issue is automatically removed from the previous epic. In other words, an
issue can be associated with at most one epic.
## Planned start date and planned finish date
For each of the the planned dates in the sidebar of an epic, you can choose either entering
a fixed value or inheriting a dynamic value, called "From milestones". If you select
"From milestones" for the planned start date, GitLab will automatically set the
date to be earliest start date across all milestones that are currently assigned
to the issues that are attached to the epic. Similarly, if you select "From milestones"
for the planned end date, GitLab will set it to be the latest due date across all
milestones that are currently assigned to those issues.
These are dynamic dates in that if milestones are re-assigned to the issues, if the
milestone dates change, or if issues are added or removed from the epic, then the
the re-calculation will happen immediately to set a new dynamic date.
## Reordering issues in an epic
Drag and drop to reorder issues in an epic. New issues added to an epic appear at the top of the list.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment