issues property
This resource represents Jira issues. Use it to:
- create or edit issues, individually or in bulk.
- retrieve metadata about the options for creating or editing issues.
- delete an issue.
- assign a user to an issue.
- get issue changelogs.
- send notifications about an issue.
- get details of the transitions available for an issue.
- transition an issue.
- Archive issues.
- Unarchive issues.
- Export archived issues.
Implementation
late final issues = IssuesApi(_client);