Content
View differences
Updated by Oleksii Borysenko about 1 month ago
### Steps to reproduce
* in postman: fetch data of [https://qa.openproject-edge.com/api/v3/projects/867/types](https://qa.openproject-edge.com/api/v3/projects/867/types)
* check that this list doesn't contain type TASK
* fetch a query from this project (i.e. https://qa.openproject-edge.com/api/v3/queries/4101?pageSize=20&filters=\[{"project":{"operator":"=","values":\["867"\]}}\] )
* check that some of WorkPackages there have type TASK
Clarification from <mention class="mention" data-id="96697" data-type="user" data-text="@Cécile Guiot">@Cécile Guiot</mention> : this is due to invalid data on QA edge, not an API bug
### What is the buggy behavior?
* A workpackage (that is a part of project) has a type that is not listed in project's types list
### What is the expected behavior?
* project's type list should contain all types that are present in a project
### Environment information
**OpenProject version**
_OpenProject 17.4.0_
**Operating System**
* [ ] Windows
* [ ] Mac OS X
* [ ] Mobile iOS
* [ ] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [x] Other (CLI)
**Language**
<br>
* in postman: fetch data of [https://qa.openproject-edge.com/api/v3/projects/867/types](https://qa.openproject-edge.com/api/v3/projects/867/types)
* check that this list doesn't contain type TASK
* fetch a query from this project (i.e. https://qa.openproject-edge.com/api/v3/queries/4101?pageSize=20&filters=\[{"project":{"operator":"=","values":\["867"\]}}\] )
* check that some of WorkPackages there have type TASK
Clarification from <mention class="mention" data-id="96697" data-type="user" data-text="@Cécile Guiot">@Cécile Guiot</mention> : this is due to invalid data on QA edge, not an API bug
### What is the buggy behavior?
* A workpackage (that is a part of project) has a type that is not listed in project's types list
### What is the expected behavior?
* project's type list should contain all types that are present in a project
### Environment information
**OpenProject version**
_OpenProject 17.4.0_
**Operating System**
* [ ] Windows
* [ ] Mac OS X
* [ ] Mobile iOS
* [ ] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [x] Other (CLI)
**Language**
<br>