File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,21 @@ Feature: Interacting with the REST API for trackers
31
31
And the returned data "trackers" property is an array
32
32
And the returned data "trackers" property contains "2" items
33
33
And the returned data "trackers.0" property is an array
34
- And the returned data "trackers.0" property has only the following properties
34
+ And the returned data "trackers.0" property has only the following properties with Redmine version ">= 5.0.0"
35
35
"""
36
36
id
37
37
name
38
38
default_status
39
39
description
40
40
enabled_standard_fields
41
41
"""
42
+ But the returned data "trackers.0" property has only the following properties with Redmine version "< 5.0.0"
43
+ """
44
+ id
45
+ name
46
+ default_status
47
+ description
48
+ """
42
49
And the returned data "trackers.0" property contains the following data
43
50
| property | value |
44
51
| id | 1 |
@@ -48,7 +55,7 @@ Feature: Interacting with the REST API for trackers
48
55
| property | value |
49
56
| id | 1 |
50
57
| name | New |
51
- And the returned data "trackers.0.enabled_standard_fields" property contains the following data
58
+ And the returned data "trackers.0.enabled_standard_fields" property contains the following data with Redmine version ">= 5.1.0"
52
59
| property | value |
53
60
| 0 | assigned_to_id |
54
61
| 1 | category_id |
@@ -60,3 +67,14 @@ Feature: Interacting with the REST API for trackers
60
67
| 7 | done_ratio |
61
68
| 8 | description |
62
69
| 9 | priority_id |
70
+ But the returned data "trackers.0.enabled_standard_fields" property contains the following data with Redmine version ">= 5.0.0"
71
+ | property | value |
72
+ | 0 | assigned_to_id |
73
+ | 1 | category_id |
74
+ | 2 | fixed_version_id |
75
+ | 3 | parent_issue_id |
76
+ | 4 | start_date |
77
+ | 5 | due_date |
78
+ | 6 | estimated_hours |
79
+ | 7 | done_ratio |
80
+ | 8 | description |
You can’t perform that action at this time.
0 commit comments