Components installed with Agile Development 2.0
- UpdatedAug 3, 2023
- 4 minutes to read
- Vancouver
- Software Development Lifecycle
Several types of components are installed with activation of the Agile Development 2.0 plugin, including tables, user roles, and properties.
Demo data is available for this feature.
Roles installed
Role title [name] | Description | Contains roles |
---|---|---|
Scrum admin [scrum_admin] |
A scrum admin has full control on the Agile Development 2.0 application. |
|
Scrum master [scrum_master] |
A scrum master guides team members through a sprint and serves as a sounding board for issues that arise. A scrum master can move stories between a release backlog and a sprint. This user can create and manage:
|
|
Scrum product owner [scrum_product_owner] |
Users with this role are responsible for the business value of a project and for maintaining the product backlog. A product owner can move stories between the product backlog and releases. This
user can create and manage:
|
|
Scrum release planner [scrum_release_planner] |
Users with this role perform release planning activities. A release planner can create and manage:
|
|
Scrum sprint planner [scrum_sprint_planner] |
Users with this role manage the sprint process. A sprint planner can create and manage:
|
|
Scrum story creator [scrum_story_creator] |
Users with this role create the descriptive elements of a product. A story creator can create and manage:
|
|
Scrum story editor [scrum_story_editor] |
Users with this role have edit access to the Story [rm_story] table. |
|
Scrum team member [scrum_team_member] |
Users with this role are the scrum users who work on a story in a sprint. A team member can create a scrum task, perform updates to a story, and log enhancement requests or defect reports. |
|
Scrum task admin [rm_scrum_task_admin] |
Scrum task administrator with access to [rm_scrum_task] table. |
scrum_user |
Scrum user [scrum_user] |
Basic scrum role that all other roles inherit. It confers read-only rights to the Agile Development application. A scrum user can view all elements of agile, but cannot create, edit, or manage records of any type. |
cmdb_read |
Tables installed
Table | Description |
---|---|
Product Assignment Group [m2m_product_group] |
Stores relationship between products and groups. |
Release Assignment Group [m2m_release_group] |
Stores relationship between releases and groups. |
Application Model [cmdb_application_product_model] |
Represents whole product whose releases are being managed. |
Release Product [m2m_product_release] |
Represents all managed products. |
Story Dependencies [m2m_story_dependencies] |
Represents all related stories (prerequisite and dependent) to an existing story. |
Scrum task [rm_scrum_task] |
Represents a discrete amount of work for a story carried out during a sprint. |
Release team member [scrum_pp_release_team_member] |
Represents the list of users who are part of a release. |
Sprint team member [scrum_pp_sprint_team_member] |
Represents the list of users who are part of a sprint. |
Team [scrum_pp_team] |
Represents who completes scrum tasks and stories during releases and sprints. |
Team name [scrum_pp_team_name] |
Represents the name of the scrum team. |
Theme [scrum_theme] |
Represents either a tangible product (such as a trading application) or an abstract goal (such as performance tuning). |
Scrum release [rm_release_scrum] |
Represents individual versions (releases) of the product. Each release contains a list of sprints with a time range in which the stories in those sprints must be completed. |
Sprint [rm_sprint] |
Stores sprints, which are the backlog items to be addressed together during a given time period. |
Epic [rm_epic] |
Represents related stories or requirements that you have not yet transformed into stories. |
Story [rm_story] |
Represents self-contained pieces of work that can be completed within a sprint. |
Defect [rm_defect] |
Represents a deviation from the expected behavior of a product. |
Documentation Task [rm_doc] |
Represents documentation tasks for the product. |
Enhancement [rm_enhancement] |
Represents an improvement to an existing product. |
SDLC release [rm_release_sdlc] |
Represents individual versions of the product. |
Testing Task [rm_test] |
Represents testing tasks for the product. |
Properties installed with Agile Development 2.0
Properties are added with activation of Agile Development 2.0.
Property | Usage |
---|---|
Draw Burndown Chart ideal line as a linear straight
line com.snc.sdlc.scrum.pp.burndown.ideal.linear |
Draws the burn down chart ideal line as a straight line.
|
Stories in any one of the states specified in this comma separated list will
be shown in the progress board (in the order
specified) com.snc.sdlc.scrum.pp.progress.story.states |
Specify the story states using a comma separated list that should be shown in
the story progress board. The states in the progress board follow the same order
as specified here.
|
Tasks in any one of the states specified in this comma separated list will be
shown in the progress board (in the order
specified) com.snc.sdlc.scrum.pp.progress.task.state |
Specify the task states using a comma separated list that should be shown in
the progress board. The states in the progress board follow the same order as
specified here.
|
Enable the Actual Hours field for scrum
tasks com.snc.sdlc.scrum.pp.task_uses_actual_hours |
Enable the Actual hours field in the Scrum Task form.
Displays actual hours of tasks on the task progress board.
|
The default sprint length (in days) used if the length cannot be calculated
from the sprint. com.snc.sdlc.scrum.pp.default_sprint_length |
Specify a default sprint duration that should be used when creating a sprint,
if the sprint length cannot be calculated from the sprint.
|