Remove default swimlane
This commit is contained in:
@@ -1,41 +1,6 @@
|
||||
API Swimlane Procedures
|
||||
=======================
|
||||
|
||||
## getDefaultSwimlane
|
||||
|
||||
- Purpose: **Get the default swimlane for a project**
|
||||
- Parameters:
|
||||
- **project_id** (integer, required)
|
||||
- Result on success: **true**
|
||||
- Result on failure: **false**
|
||||
|
||||
Request example:
|
||||
|
||||
```json
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"method": "getDefaultSwimlane",
|
||||
"id": 898774713,
|
||||
"params": [
|
||||
1
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Response example:
|
||||
|
||||
```json
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": 898774713,
|
||||
"result": {
|
||||
"id": "1",
|
||||
"default_swimlane": "Default swimlane",
|
||||
"show_default_swimlane": "1"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## getActiveSwimlanes
|
||||
|
||||
- Purpose: **Get the list of enabled swimlanes of a project (include default swimlane if enabled)**
|
||||
|
||||
@@ -537,7 +537,7 @@ Response example:
|
||||
- **task_id** (integer, required)
|
||||
- **column_id** (integer, required)
|
||||
- **position** (integer, required)
|
||||
- **swimlane_id** (integer, optional, default=0)
|
||||
- **swimlane_id** (integer, required)
|
||||
- Result on success: **true**
|
||||
- Result on failure: **false**
|
||||
|
||||
|
||||
@@ -144,7 +144,6 @@ Attribute: **column**
|
||||
Attribute: **swimlane**
|
||||
|
||||
- Find tasks by swim-lane: `swimlane:"Version 42"`
|
||||
- Find tasks in the default swim-lane: `swimlane:default`
|
||||
- Find tasks into several swim-lanes: `swimlane:"Version 1.2" swimlane:"Version 1.3"`
|
||||
|
||||
### Search by task link
|
||||
|
||||
@@ -140,7 +140,6 @@ Görev referansı, görevinizin harici bir kimliği, örneğin başka bir yazıl
|
||||
Özellik: **swimlane**
|
||||
|
||||
- Görevleri kulvarlara(swim-lane) göre ara: `swimlane:"Version 42"`
|
||||
- Görevleri default kulvarlar (swim-lane) göre ara: `swimlane:default`
|
||||
- Çeşitli kulvarlar (swim-lanes) için görev ara: `swimlane:"Version 1.2" swimlane:"Version 1.3"`
|
||||
|
||||
### Görev bağlantısı ile arama
|
||||
|
||||
Reference in New Issue
Block a user