2024 April Release

Class FSCSCRUM@1.1001:BacklogItem Permanent link for this heading

Backlog item is the abstract base class for stories and defects

Class Hierarchy

Object > CompoundObject > BacklogItem

Direct Subclasses

Defect, Impediment, Story

Additional Information

  • Commonly usable

Properties Permanent link for this heading

Type

Property

Name

integer

businessvalue

Business Value

Impediment[]

impediments

Impediments

Term

storyadmincategory

Administrative Category

Term[]

storyaffectedapps

Affected Applications

date

storyallocatedat

Allocated on/at

StoryCategoryType

storycategory

Category

string[]

storychangelog

Change Log

content

storychanges

Changes

CompletedWithType[]

storycompletedwith

Completed With

string[]

storycondsofsatisfaction

Acceptance Criteria

Object

storycontext

Context

float(3, 2)

storycurrmandays

Effort in Current Sprint (MD)

Defect[]

storydefects

Caused Defects

BacklogItem[]

storydependencyfor

Dependency for

BacklogItem[]

storydependentonstories

Dependent on

EffortType[]

storyeffort

Effort

BacklogItem

storyentermasterstory

Merge Into

ExternalIDType[]

storyexternalids

External IDs

BacklogItem

storyfeaturestory

Feature

Term

storyfeatureteam

Feature Team

Term

storyhierarchylevel

Hierarchy Level

integer

storyhoursplanned

Planned (Hours) - not used anymore

string

storyid

ID

Term[]

storyimpactareas

Impact Areas

BacklogItem[]

storyjoinedstories

Merged From

date

storylastversionreleasechange

Last Version or Release Change on/at

User

storylead

Lead

boolean

storylocked

Locked

float(3, 2)

storymandays

Total Effort (MD)

BacklogItem

storymasterstory

Merged With

MergeInfo[]

storymergeinfo

Merge Requests

integer

storyordernumber

Order

float(3, 2)

storypctdone

Done (%)

FibonacciList

storypoints

Size (Story Points)

StoryPriorityType

storypriority

Priority

ScrumProject

storyproject

Scrum Project

Release

storyrelease

Release

RepositoryInfo[]

storyrepoinfo

Repository Information

AdministrationObject

storyrequestedby

Requested by

RequestedForType

storyrequestedfor

Requested for

Defect[]

storyrequirementfor

Provides Requirements for

integer

storysize

Size (Accumulated)

integer

storysizedone

Done (Story Points)

BacklogItem

storysplitfrom

Split from

BacklogItem[]

storysplitstories

Split Into

Sprint

storysprint

Sprint

Term

storystage

Current Stage

AdministrationObject[]

storystakeholders

Stakeholders

ComponentState

storystate

State

date

storystatechangedat

Last State Change on/at

BacklogItem[]

storystories

Subordinate Items

string[]

storysubject

Story

Task[]

storytasks

Tasks

Term

storyterm

Topic

integer

storytimeleft

Estimated Remaining Time

integer

storytimeplanned

Planned Effort

integer

storytimeprocessed

Total Processing Time

integer

storytimeprocessedalloc

Processing Time Since Allocation

integer

storytimeworked

Time Worked

integer

storytimeworkedsprint

Time Worked in Sprint

integer

storytotaltimeleft

Remaining Time (Including Subordinate Items)

integer

storytotaltimeplanned

Planned Effort (Including Subordinate Items)

integer

storytotaltimeworked

Time Worked (Including Subordinate Items)

integer

storytotaltimeworkedsprint

Time Worked in Sprint (Including Subordinate Items)

Version

storyversion

Product Version

Actions Permanent link for this heading

Return Type

Signature

object[]

GetChildren(
  out retval object[] objlist,
  optional boolean includebacklinks,
  optional object[] attrdefs)

Properties Permanent link for this heading


Business Value (FSCSCRUM@1.1001:businessvalue) Permanent link for this heading

Contains an abstract relatively comparable numeric value that can be used to manually document the business value to give team members a relevant sorting criterion in decision finding.

Explanation:
Defines the business value that can be generated by implementing the story.

integer FSCSCRUM@1.1001:businessvalue readonly volatile

Additional Information


Impediments (FSCSCRUM@1.1001:impediments) Permanent link for this heading

unique Impediment[] FSCSCRUM@1.1001:impediments readonly

Additional Information


Administrative Category (FSCSCRUM@1.1001:storyadmincategory) Permanent link for this heading

Term FSCSCRUM@1.1001:storyadmincategory readonly

Additional Information

  • Object Classes Allowed: Term

Affected Applications (FSCSCRUM@1.1001:storyaffectedapps) Permanent link for this heading

unique Term[] FSCSCRUM@1.1001:storyaffectedapps readonly

Additional Information

  • Object Classes Allowed: Term

Allocated on/at (FSCSCRUM@1.1001:storyallocatedat) Permanent link for this heading

date FSCSCRUM@1.1001:storyallocatedat local readonly


Category (FSCSCRUM@1.1001:storycategory) Permanent link for this heading

A type of stories.
The category will be considered when calculating the storypctdone. If there are only design or spike stories in the storystories list of a feature, storypctdone will be null even if the design or spike stories are done or released.
If the feature itself is a design or spike feature storypctdone will be calculated as expected.

Explanation:
In this field a category for the story can be selected.

StoryCategoryType FSCSCRUM@1.1001:storycategory


Change Log (FSCSCRUM@1.1001:storychangelog) Permanent link for this heading

A free-text field that can be used to describe the changes the backlog item causes.

string[] FSCSCRUM@1.1001:storychangelog


Changes (FSCSCRUM@1.1001:storychanges) Permanent link for this heading

In this field the text from the repository is stored.

content FSCSCRUM@1.1001:storychanges readonly

Additional Information


Completed With (FSCSCRUM@1.1001:storycompletedwith) Permanent link for this heading

Defines the product version, release and build the backlog item was completed with.

unique CompletedWithType[] FSCSCRUM@1.1001:storycompletedwith readonly

Additional Information


Acceptance Criteria (FSCSCRUM@1.1001:storycondsofsatisfaction) Permanent link for this heading

In this field the conditions for completing a story or defect are specified.

string[] FSCSCRUM@1.1001:storycondsofsatisfaction


Context (FSCSCRUM@1.1001:storycontext) Permanent link for this heading

Context of a story or defect. Per default a group or a project can be referenced. FSCSERVICEDESK and FSCTICKETING extend this property so that support requests or service tickets can be used as well.

Explanation:
Defines an organization, organizational unit or support request the backlog item is related to.

Object FSCSCRUM@1.1001:storycontext readonly

Additional Information


Effort in Current Sprint (MD) (FSCSCRUM@1.1001:storycurrmandays) Permanent link for this heading

In this field the user working on this story or defect can define the effort in man days.

float(3, 2) FSCSCRUM@1.1001:storycurrmandays


Caused Defects (FSCSCRUM@1.1001:storydefects) Permanent link for this heading

unique Defect[] FSCSCRUM@1.1001:storydefects readonly

Additional Information


Dependency for (FSCSCRUM@1.1001:storydependencyfor) Permanent link for this heading

unique BacklogItem[] FSCSCRUM@1.1001:storydependencyfor readonly

Additional Information


Dependent on (FSCSCRUM@1.1001:storydependentonstories) Permanent link for this heading

unique BacklogItem[] FSCSCRUM@1.1001:storydependentonstories readonly

Additional Information


Effort (FSCSCRUM@1.1001:storyeffort) Permanent link for this heading

This list displays the effort of a story or defect for each sprint the story or defect has been added to. When setting a story or defect to “Released” or “Not Released” an entry for this sprint is added to this list and the value of the Effort in Current Sprint (MD) field is taken over.

EffortType[] FSCSCRUM@1.1001:storyeffort readonly


Merge Into (FSCSCRUM@1.1001:storyentermasterstory) Permanent link for this heading

The current object will be removed from its context (project, version, release, sprint, feature) and joined with the story selected in this property.

BacklogItem FSCSCRUM@1.1001:storyentermasterstory not null readonly

Additional Information


External IDs (FSCSCRUM@1.1001:storyexternalids) Permanent link for this heading

unique ExternalIDType[] FSCSCRUM@1.1001:storyexternalids


Feature (FSCSCRUM@1.1001:storyfeaturestory) Permanent link for this heading

Defines a story that represents the superordinate feature of the current story. If a Feature Project is defined in the scrum project, only stories from the feature project can be selected.

BacklogItem FSCSCRUM@1.1001:storyfeaturestory readonly

Additional Information


Feature Team (FSCSCRUM@1.1001:storyfeatureteam) Permanent link for this heading

If feature teams are defined in the scrum project ("Scrum Project" tab > Feature Teams), a feature team can be assigned to the backlog item.

Term FSCSCRUM@1.1001:storyfeatureteam readonly

Additional Information

  • Object Classes Allowed: Term

Hierarchy Level (FSCSCRUM@1.1001:storyhierarchylevel) Permanent link for this heading

Term FSCSCRUM@1.1001:storyhierarchylevel readonly

Additional Information

  • Object Classes Allowed: Term

Planned (Hours) - not used anymore (FSCSCRUM@1.1001:storyhoursplanned) Permanent link for this heading

integer FSCSCRUM@1.1001:storyhoursplanned readonly volatile invisible


ID (FSCSCRUM@1.1001:storyid) Permanent link for this heading

Defines the unique story id either within a scrum project or within a scrum center. The story id is taken from the scrum project ( if project specific numbering is configured) or from the scrum center when the story is assigned to a scrum project. If a story id is already set and the last source for generating the id is the same as for the current operation, the story id will not be changed.

Explanation:
The identifier of the backlog item is a combination of the short form of the scrum center or scrum project and a running number. If the short form is defined in the scrum center, the ID is assigned automatically when the backlog item is added to the inbox. If the short form is defined in the scrum project, the ID is assigned automatically when the backlog item is accepted.

string FSCSCRUM@1.1001:storyid readonly


Impact Areas (FSCSCRUM@1.1001:storyimpactareas) Permanent link for this heading

unique Term[] FSCSCRUM@1.1001:storyimpactareas readonly

Additional Information

  • Object Classes Allowed: Term

Merged From (FSCSCRUM@1.1001:storyjoinedstories) Permanent link for this heading

unique BacklogItem[] FSCSCRUM@1.1001:storyjoinedstories readonly

Additional Information


Last Version or Release Change on/at (FSCSCRUM@1.1001:storylastversionreleasechange) Permanent link for this heading

date FSCSCRUM@1.1001:storylastversionreleasechange local readonly


Lead (FSCSCRUM@1.1001:storylead) Permanent link for this heading

Defines a team member that should take the lead.

User FSCSCRUM@1.1001:storylead readonly

Additional Information

  • Object Classes Allowed: User

Locked (FSCSCRUM@1.1001:storylocked) Permanent link for this heading

boolean FSCSCRUM@1.1001:storylocked


Total Effort (MD) (FSCSCRUM@1.1001:storymandays) Permanent link for this heading

This field displays the total effort of a story in man days and is calculated from the total amount of all entries in the Effort list.

float(3, 2) FSCSCRUM@1.1001:storymandays readonly volatile


Merged With (FSCSCRUM@1.1001:storymasterstory) Permanent link for this heading

BacklogItem FSCSCRUM@1.1001:storymasterstory readonly


Merge Requests (FSCSCRUM@1.1001:storymergeinfo) Permanent link for this heading

MergeInfo[] FSCSCRUM@1.1001:storymergeinfo readonly


Order (FSCSCRUM@1.1001:storyordernumber) Permanent link for this heading

This field defines the priority of the story or defect relative to other backlog items. This value can be set automatically when fixing the backlog order or manually.

integer FSCSCRUM@1.1001:storyordernumber


Done (%) (FSCSCRUM@1.1001:storypctdone) Permanent link for this heading

The percentage of stories done or released compared to the total size of the stories in storystories. If there are stories that have no storypoints or that are not ratealbe, the storysize is null and therefore storypctdone is null, too.
If a feature is not a design/spike feature storypctdone is null if there are only design/spike stories in storystories. Set storycategory to define design/spike stories or features.
Defects and impediments are not considered except if scdefectstorypoints is configured at the scrum center.

float(3, 2) FSCSCRUM@1.1001:storypctdone readonly volatile

Additional Information


Size (Story Points) (FSCSCRUM@1.1001:storypoints) Permanent link for this heading

The size of the story in story points.
When changed the other size properties (storysize, storypctdone, storysizedone) will be calculated, too.

Explanation:
Stories have to be estimated when adding them to a sprint. By default story points are not used for defects and impediments but they can be enabled in the scrum center ("General Settings" tab > Allow Story Points for Defects and Impediments).

FibonacciList FSCSCRUM@1.1001:storypoints


Priority (FSCSCRUM@1.1001:storypriority) Permanent link for this heading

One of four different priorities can be selected for a backlog item (from "must have" to "nice to have").

StoryPriorityType FSCSCRUM@1.1001:storypriority


Scrum Project (FSCSCRUM@1.1001:storyproject) Permanent link for this heading

In this field the Scrum Project of the Story or Defect is displayed.

ScrumProject FSCSCRUM@1.1001:storyproject readonly


Release (FSCSCRUM@1.1001:storyrelease) Permanent link for this heading

Defines the release for which the backlog item should be completed. Releases can be defined in product versions.

Release FSCSCRUM@1.1001:storyrelease readonly

Additional Information


Repository Information (FSCSCRUM@1.1001:storyrepoinfo) Permanent link for this heading

In this field data from the repository is displayed.

RepositoryInfo[] FSCSCRUM@1.1001:storyrepoinfo readonly


Requested by (FSCSCRUM@1.1001:storyrequestedby) Permanent link for this heading

Defines a user who requests the backlog item (by default the creator of the backlog item).

AdministrationObject FSCSCRUM@1.1001:storyrequestedby readonly

Additional Information


Requested for (FSCSCRUM@1.1001:storyrequestedfor) Permanent link for this heading

The backlog item can be requested for a concrete product version and release.

unique RequestedForType FSCSCRUM@1.1001:storyrequestedfor readonly


Provides Requirements for (FSCSCRUM@1.1001:storyrequirementfor) Permanent link for this heading

unique Defect[] FSCSCRUM@1.1001:storyrequirementfor readonly

Additional Information


Size (Accumulated) (FSCSCRUM@1.1001:storysize) Permanent link for this heading

The calculated size of a story.
For stories, the size is retrieved from its storypoints. If as story is not rateable the storysize will be null.
For features, the sum of the storysize of all substories stored in storystories is calculated. If a substory has no storypoints or is not ratealbe the storysize of the feature is null.
Defects and impediments are not considered for the size of a feature except if scdefectstorypoints is configured at the scrum center.

Explanation:
If a backlog item is defined as feature of other backlog items the sum of story points of these backlog items is shown in this field.

integer FSCSCRUM@1.1001:storysize readonly volatile

Additional Information


Done (Story Points) (FSCSCRUM@1.1001:storysizedone) Permanent link for this heading

The sum of storysize of those stories in storystories that are done or released.
Defects and impediments are not considered except if scdefectstorypoints is configured at the scrum center.

integer FSCSCRUM@1.1001:storysizedone readonly volatile

Additional Information


Split from (FSCSCRUM@1.1001:storysplitfrom) Permanent link for this heading

BacklogItem FSCSCRUM@1.1001:storysplitfrom readonly

Additional Information


Split Into (FSCSCRUM@1.1001:storysplitstories) Permanent link for this heading

unique BacklogItem[] FSCSCRUM@1.1001:storysplitstories readonly

Additional Information


Sprint (FSCSCRUM@1.1001:storysprint) Permanent link for this heading

Shows the sprint the backlog item is assigned to.

Sprint FSCSCRUM@1.1001:storysprint readonly

Additional Information

  • Object Classes Allowed: Sprint

Current Stage (FSCSCRUM@1.1001:storystage) Permanent link for this heading

Term FSCSCRUM@1.1001:storystage readonly

Additional Information

  • Object Classes Allowed: Term

Stakeholders (FSCSCRUM@1.1001:storystakeholders) Permanent link for this heading

unique AdministrationObject[] FSCSCRUM@1.1001:storystakeholders readonly

Additional Information


State (FSCSCRUM@1.1001:storystate) Permanent link for this heading

Shows the current state ("Received", "Planning", "In Progress", "To Verify", "Done", "Released", "Not Released") of the backlog item.

ComponentState FSCSCRUM@1.1001:storystate not null readonly

Additional Information


Last State Change on/at (FSCSCRUM@1.1001:storystatechangedat) Permanent link for this heading

date FSCSCRUM@1.1001:storystatechangedat local readonly


Subordinate Items (FSCSCRUM@1.1001:storystories) Permanent link for this heading

Defines all subordinate backlog items of a story that represents a feature.

unique BacklogItem[] FSCSCRUM@1.1001:storystories readonly

Additional Information


Story (FSCSCRUM@1.1001:storysubject) Permanent link for this heading

Contains the description of the backlog item.

string[] FSCSCRUM@1.1001:storysubject


Tasks (FSCSCRUM@1.1001:storytasks) Permanent link for this heading

In this list all associated tasks are displayed.

unique Task[] FSCSCRUM@1.1001:storytasks readonly

Additional Information


Topic (FSCSCRUM@1.1001:storyterm) Permanent link for this heading

If backlog item topics are defined in the scrum center or scrum project ("Structuring" tab > Topics for Structuring Backlog Items), a topic can be assigned to the backlog item.

Term FSCSCRUM@1.1001:storyterm readonly

Additional Information

  • Object Classes Allowed: Term

Estimated Remaining Time (FSCSCRUM@1.1001:storytimeleft) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytimeleft readonly volatile


Planned Effort (FSCSCRUM@1.1001:storytimeplanned) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytimeplanned readonly volatile


Total Processing Time (FSCSCRUM@1.1001:storytimeprocessed) Permanent link for this heading

Provides the time needed to process a backlog item. The persisted value is only used, if a backlog item is set to "Released", "Not Released" or "Rejected". Otherwise the calculated value for the timespan between the creation of the story/defect and the current time is delivered.

unsigned integer FSCSCRUM@1.1001:storytimeprocessed readonly volatile


Processing Time Since Allocation (FSCSCRUM@1.1001:storytimeprocessedalloc) Permanent link for this heading

Provides the time passed since the backlog item was allocated to the current scrum project.

unsigned integer FSCSCRUM@1.1001:storytimeprocessedalloc readonly volatile


Time Worked (FSCSCRUM@1.1001:storytimeworked) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytimeworked readonly volatile


Time Worked in Sprint (FSCSCRUM@1.1001:storytimeworkedsprint) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytimeworkedsprint readonly volatile


Remaining Time (Including Subordinate Items) (FSCSCRUM@1.1001:storytotaltimeleft) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytotaltimeleft readonly volatile


Planned Effort (Including Subordinate Items) (FSCSCRUM@1.1001:storytotaltimeplanned) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytotaltimeplanned readonly volatile


Time Worked (Including Subordinate Items) (FSCSCRUM@1.1001:storytotaltimeworked) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytotaltimeworked readonly volatile


Time Worked in Sprint (Including Subordinate Items) (FSCSCRUM@1.1001:storytotaltimeworkedsprint) Permanent link for this heading

unsigned integer FSCSCRUM@1.1001:storytotaltimeworkedsprint readonly volatile


Product Version (FSCSCRUM@1.1001:storyversion) Permanent link for this heading

Defines the product version for which the backlog item should be completed. Product versions can be defined in the scrum center or scrum project.

Version FSCSCRUM@1.1001:storyversion readonly

Additional Information

Actions Permanent link for this heading


FSCFOLIO@1.1001:GetChildren Permanent link for this heading

Get the children of an object which are stored in attributes marked with attrischild = TRUE. The action does not read the children in a recursive way. To retrieve the children in a recursive way the action GetChildrenEx can be used.
Note: If the object has an attribute definition with object class AttributeObjectMappingDef the children of registered folders are also included.

object[] FSCFOLIO@1.1001:GetChildren(
  out retval object[] objlist,
  optional boolean includebacklinks,
  optional object[] attrdefs)

Name

Description

objlist

the result

includebacklinks

if set the backlink objects themselves are included instead of the mapped values of attributes of type AttributeBackLinkDef

attrdefs

if set only the children from the specified attributes are returned