File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed
api-reference/issue-types Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11---
2- title : Add custom properties
2+ title : Add issue properties
33description : Define additional attributes for an issue type in your project.
44api : POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
55---
Original file line number Diff line number Diff line change 11---
2- title : Delete custom properties
2+ title : Delete issue properties
33description : Remove specific custom properties from an issue type in your project.
44api : DELETE /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/{property_id}/
55---
Original file line number Diff line number Diff line change 11---
2- title : List custom properties
2+ title : List issue properties
33description : Fetches all custom properties associated with a specific issue type in your project.
44api : GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/
55---
Original file line number Diff line number Diff line change 11---
2- title : Update custom properties
3- description : Lets you modify existing custom properties for an issue type in your project.
2+ title : Update issue properties
3+ description : Lets you modify existing properties for an issue type in your project.
44api : PATCH /api/v1/workspaces/{workspace_slug}/projects/{project_id}/issue-types/{type_id}/issue-properties/{property_id}/
55---
66
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/issues/{issu
1313
1414### Body
1515
16- <ParamField body = " name" type = " string" required ></ParamField >
17- <ParamField body = " description" type = " string" ></ParamField >
18- <ParamField body = " is_default" type = " boolean" ></ParamField >
19- <ParamField body = " is_active" type = " boolean" ></ParamField >
20- <ParamField body = " parent" type = " string" ></ParamField >
16+ <ParamField body = " values" type = " object[]" required >
17+ <ParamField body = " value" type = " string" required ></ParamField >
18+ </ParamField >
Original file line number Diff line number Diff line change 241241 ]
242242 },
243243 {
244- "group" : " Custom properties" ,
244+ "group" : " Issue properties" ,
245245 "pages" : [
246246 " api-reference/issue-types/properties/overview" ,
247247 " api-reference/issue-types/properties/add-property" ,
252252 ]
253253 },
254254 {
255- "group" : " Custom property options" ,
255+ "group" : " Issue property options" ,
256256 "pages" : [
257257 " api-reference/issue-types/options/overview" ,
258258 " api-reference/issue-types/options/add-dropdown-options" ,
263263 ]
264264 },
265265 {
266- "group" : " Custom property values" ,
266+ "group" : " Issue property values" ,
267267 "pages" : [
268268 " api-reference/issue-types/values/overview" ,
269269 " api-reference/issue-types/values/add-property-values" ,
You can’t perform that action at this time.
0 commit comments