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 1
1
---
2
2
title : Add dropdown options
3
3
description : 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/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Delete property options
3
3
description : 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}/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Get option details
3
3
description : 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}/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : List property options
3
3
description : 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/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Update property options
3
3
description : 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}/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Add issue properties
3
3
description : 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/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : List issue properties
3
3
description : 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/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Add property values
3
3
description : 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/
5
5
---
6
6
7
7
### Path parameters
Original file line number Diff line number Diff line change 1
1
---
2
2
title : List property values
3
3
description : 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/
5
5
---
6
6
7
7
### Path parameters
You can’t perform that action at this time.
0 commit comments