Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

This structure contains the complete set of information about a project issue category. The structure is used both to retrieve detailed project issue information and to pass information about a project issue back to the server to get updated.

Format

PwsProjectIssueCategoryDetail
  • PwsProjectIssueCategoryDetail
    • ProjectIssueCategoryId: Int32

    • ProjectIssueCategoryUid: Int64

    • InactiveFlag: Boolean

    • Name: String

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueCategoryId

Int32

No


The project issue category Id is a unique identifier for a project issue category. For internal use only.


ProjectIssueCategoryUid

Int64

On Insert: No

On Update: Yes


The project issue category Uid is a unique and immutable identifier for a project issue category.

1152921504606992779

InactiveFlag

Boolean

No




Name

String

No

false



Usage Example(s)


Example 01
 
  • No labels