Skip to content

Commit 7fe2fb4

Browse files
authored
Allow reading/writing default_swimlane in Project (#166) (#167)
1 parent 09bd026 commit 7fe2fb4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

changes/166.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adds the ability to read/write the default_swimlane attribute in Project.

taiga/models/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,7 @@ class Project(InstanceResource):
11921192
allowed_params = [
11931193
"name",
11941194
"description",
1195+
"default_swimlane",
11951196
"creation_template",
11961197
"is_backlog_activated",
11971198
"is_issues_activated",

tests/resources/project_details_success.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@
809809
"default_task_status": 1,
810810
"default_priority": 2,
811811
"default_severity": 3,
812+
"default_swimlane": 1,
812813
"default_issue_status": 429,
813814
"default_issue_type": 1,
814815
"name": "Project Example 0",

0 commit comments

Comments
 (0)