SpiraPlan: REST Web Service (v4.0)

See all operations

POST: projects/{project_id}/requirements/parent/{parent_requirement_id}

Description

Creates a new requirement in the system

This version is use when you want to specify the location by parent requirement

How to Execute

To access this REST web service, you need to use the following URL:

https://api.inflectra.com/Spira/Services/v4_0/RestService.svc/projects/{project_id}/requirements/parent/{parent_requirement_id}

Request Parameters

Name Description
project_id
parent_requirement_id

Request Body

Property Description
RequirementId The id of the requirement
IndentLevel The indentation level of the artifact The system uses a set of three-letter segments to denote indent (e.g. AAA followed by AAB, etc.)
StatusId The id of the requirement's status If no value is provided, the default status is used
AuthorId The id of the user that wrote the requirement If no value is provided, the authenticated user is used instead
OwnerId The id of the user that the requirement is assigned-to
ImportanceId The id of the importance of the requirement
ReleaseId The id of the release the requirement is scheduled to implemented in
Name The name of the requirement
Description The description of the requirement
CreationDate The date/time the requirement was originally created
LastUpdateDate The date/time the requirement was last modified
Summary Is this a summary requirement or not
CoverageCountTotal How many test cases cover this requirement
CoverageCountPassed How many of the test cases that cover this requirement have passed
CoverageCountFailed How many of the test cases that cover this requirement have failed
CoverageCountCaution How many of the test cases that cover this requirement have been marked as caution
CoverageCountBlocked How many of the test cases that cover this requirement have blocked
PlannedEffort What was the original top-down level of effort estimated for this requirement
TaskEstimatedEffort What is the bottom-up estimated effort for all the tasks associated with this requirement
TaskActualEffort What is the bottom-up actual effort for all the tasks associated with this requirement
TaskCount How many tasks are associated with this requirement
ReleaseVersionNumber The version number string of the release that the requirement is scheduled for
AuthorName The display name of the user that wrote this requirement
OwnerName The display name of the user that this requirement is assigned-to
StatusName The display name of the status the requirement is in
ImportanceName The display name of the importance that the requirement is in
ProjectName The display name of the project that the requirement is associated with
ProjectId The id of the project that the artifact belongs to The current project is always used for Insert operations for security reasons
ArtifactTypeId The type of artifact that we have (read-only)
ConcurrencyDate The datetime used to track optimistic concurrency to prevent edit conflicts
CustomProperties The list of associated custom properties/fields for this artifact

Return Data

The JSON and XML examples below show the shape of one entry that will be returned. It does not show an example of how that entry will be populated.

Property Description
RequirementId The id of the requirement
IndentLevel The indentation level of the artifact The system uses a set of three-letter segments to denote indent (e.g. AAA followed by AAB, etc.)
StatusId The id of the requirement's status If no value is provided, the default status is used
AuthorId The id of the user that wrote the requirement If no value is provided, the authenticated user is used instead
OwnerId The id of the user that the requirement is assigned-to
ImportanceId The id of the importance of the requirement
ReleaseId The id of the release the requirement is scheduled to implemented in
Name The name of the requirement
Description The description of the requirement
CreationDate The date/time the requirement was originally created
LastUpdateDate The date/time the requirement was last modified
Summary Is this a summary requirement or not
CoverageCountTotal How many test cases cover this requirement
CoverageCountPassed How many of the test cases that cover this requirement have passed
CoverageCountFailed How many of the test cases that cover this requirement have failed
CoverageCountCaution How many of the test cases that cover this requirement have been marked as caution
CoverageCountBlocked How many of the test cases that cover this requirement have blocked
PlannedEffort What was the original top-down level of effort estimated for this requirement
TaskEstimatedEffort What is the bottom-up estimated effort for all the tasks associated with this requirement
TaskActualEffort What is the bottom-up actual effort for all the tasks associated with this requirement
TaskCount How many tasks are associated with this requirement
ReleaseVersionNumber The version number string of the release that the requirement is scheduled for
AuthorName The display name of the user that wrote this requirement
OwnerName The display name of the user that this requirement is assigned-to
StatusName The display name of the status the requirement is in
ImportanceName The display name of the importance that the requirement is in
ProjectName The display name of the project that the requirement is associated with
ProjectId The id of the project that the artifact belongs to The current project is always used for Insert operations for security reasons
ArtifactTypeId The type of artifact that we have (read-only)
ConcurrencyDate The datetime used to track optimistic concurrency to prevent edit conflicts
CustomProperties The list of associated custom properties/fields for this artifact