...
This structure contains the complete set of information about an issue status of a project. Issue statuses are configured on a per-project basis.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
ProjectIssueStatusId | Int32 | The project issue Id is a unique identifier for a project issue status. For internal use only. | |
ProjectIssueStatusUid | Int64 | A unique and immutable identifier for a project issue status. | 1152921504607966728 |
InactiveFlag | Boolean | If set to 'true', this project issue status is inactive. | true |
Name | String (50) | The name of the project issue status. | New |
SortOrder | Int16 | The sort order of this issue status in the list. | 1 |
TreatAsClosedFlag | Boolean | If set to 'true', any issues assigned this issue status is will be considered closed. | false |
Usage Example(s)
...