screens property
This resource represents the screens used to record issue details. Use it to:
- get details of all screens.
- get details of all the fields available for use on screens.
- create screens.
- delete screens.
- update screens.
- add a field to the default screen.
Implementation
late final screens = ScreensApi(_client);