feat: support status filtering and linking external issue to a test run #197
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces version 4.1.18 of the
qase-javalibrary, adding support for external links in test runs and for filtering test results by status. These changes enhance integration capabilities (e.g., linking runs to Jira issues) and allow more flexible reporting by excluding specific test statuses. The update also includes configuration and code changes to support these new features.New features and configuration support:
jiraCloud,jiraServer) and link URL inqase-java-commons/README.mdand configuration files. [1] [2] [3] [4] [5] [6]qase-java-commons/README.mdand config files. [1] [2] [3] [4]Code changes for feature implementation:
ApiClientand its implementations to support updating external issue links for test runs, including mapping configuration to API calls. [1] [2] [3]Version updates:
4.1.18in all relevantpom.xmlfiles and updated the changelog. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]