Verified Commit 8089a444 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(docs): api: core: add info about assignee object

parent 9ea817f0
......@@ -78,6 +78,11 @@ They are returned as `List<Ticket>`.
ts.hasDefaultPagination();
```
!!! info "assignees"
Tickets have a field of type `Assignee`.
These have final String fields,
where the system implementation puts values if supported.
!!! example "requesting tickets"
```java
ts.find()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment