11.11.0
RESTful API
Project default role is replaced with base authorization to support multiple default role assignment. The defaultRoleId field should be removed when create/update the project resource.
11.8.0
Query Syntax
- Multiple order by clauses now connects via , instead of and
- Pull request status criteria of form
"Status" is "<name>"
is removed, useopen
,merged
, ordiscarded
instead - Build status criteria of form
"Status" is "<name>"
is removed, use respective status criteria instead, such assuccessful
,failed
,running
In case these changes prevent you accessing the dashboard, suffix the url with ?failsafe=true
to access the dashboard without rendering, and then edit
settings of relevant widget to fix the queries
Issue
Custom field type Working Period
is removed, as it depends on time tracking setting which is a EE feature. Existing working period fields will be
converted to integer fields with value set to number of minutes
Build Spec
Build spec param type Working Period
is removed for same reason as above. Existing working period params will be converted to integer params
11.6.12
RESTful API
The ability to edit existing user authorization is removed as any project owner can use it to remove authorization of other projects