pub async fn match_issues(
configuration: &Configuration,
issues_and_jql_queries: IssuesAndJqlQueries,
) -> Result<IssueMatches, Error<MatchIssuesError>>
Expand description
Checks whether one or more issues would be returned by one or more JQL queries. Permissions required: None, however, issues are only matched against JQL queries where the user has: * Browse projects project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.