Crate jira_query
Source - AvatarUrls
- A Jira avatar in several different sizes:
- Comment
- A comment below a Jira issue.
- Comments
- A container for all comments below a Jira issue.
- Component
- The component of a Jira issue.
- CondensedFields
- A minimal, reduced listing of the fields of a Jira issue.
- CondensedIssue
- A minimal, reduced representation of a Jira issue.
- Fields
- A container for most fields of a Jira issue.
- Issue
- A single Jira issue with all its fields.
- IssueLink
- A link from one Jira issue to another.
- IssueLinkType
- The direction of a link to a Jira issue.
- IssueType
- The type of a Jira issue.
- JiraInstance
- Configuration and credentials to access a Jira instance.
- LinkedIssue
- A Jira issue linked from another one.
- LinkedIssueFields
- The reduced fields of a linked Jira issue.
- Priority
- The priority of a Jira issue.
- Progress
- The progress of a Jira issue.
- Project
- A project namespace that groups Jira issues.
- ProjectCategory
- The category of a Jira project.
- Resolution
- The resolution of a Jira issue when it’s closed.
- Status
- The Jira issue status.
- StatusCategory
- The category of a Jira issue status.
- User
- The representation of a Jira user account.
- Version
- The representation of a Jira product version.
- Visibility
- The visibility of a Jira issue.
- Votes
- The votes for a Jira issue.
- Watches
- Users watching a Jira issue.
- Auth
- The authentication method used to contact Jira.
- JiraQueryError
- All errors that might occur in this crate.
- Pagination
- Controls the upper limit of how many tickets the response from Jira can contain:
- Value
- Represents any valid JSON value.