File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
api-reference/issue-types Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11---
22title : Add dropdown options
33description : Allows you to define a list of options for the dropdown property type.
4- api : POST /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-properties/{property_id}/options/
4+ api : POST /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-properties/{property_id}/options/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : Delete property options
33description : Enables you to remove specific options from a dropdown custom property.
4- api : DELETE /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
4+ api : DELETE /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : Get option details
33description : Retrieves information about a specific option within a dropdown property.
4- api : GET /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
4+ api : GET /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : List property options
33description : Retrieves all available options for a specific dropdown custom property.
4- api : GET /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-properties/{property_id}/options/
4+ api : GET /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-properties/{property_id}/options/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : Update property options
33description : Lets you modify existing options within a dropdown property.
4- api : PATCH /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
4+ api : PATCH /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-properties/{property_id}/options/{option_id}/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : Add issue properties
33description : Define additional attributes for an issue type in your project.
4- api : POST /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-types/{type_id}/issue-properties/
4+ api : POST /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-types/{type_id}/issue-properties/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : List issue properties
33description : Fetches all custom properties associated with a specific issue type in your project.
4- api : GET /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issue-types/{type_id}/issue-properties/
4+ api : GET /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issue-types/{type_id}/issue-properties/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : Add property values
33description : Allows you to specify the values for a custom property.
4- api : POST /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
4+ api : POST /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
55---
66
77### Path parameters
Original file line number Diff line number Diff line change 11---
22title : List property values
33description : Fetches the values of the custom property.
4- api : GET /api/v1/workspaces/{workspace-slug }/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
4+ api : GET /api/v1/workspaces/{workspace_slug }/projects/{project_id}/issues/{issue_id}/issue-properties/{property_id}/values/
55---
66
77### Path parameters
You can’t perform that action at this time.
0 commit comments