rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Add option to check fixed resolutions #134

Closed jeffeth-donaldson closed 1 year ago

jeffeth-donaldson commented 1 year ago

Adds option to check issue resolution in addition to issue status (--jira-resolved-resolutions). This accounts for the scenario where an issue is closed, but with a resolution like Not a Bug or Won't Do and the tests should still not run.

The parameter operates very similarly to --jira-resolved-statuses however, if not specified, no defaults will be provided, and resolution will not be considered at all (to preserve existing behavior).

lukas-bednar commented 1 year ago

Thank you for your contribution! Could you please rebase your change? I removed that 3.6 lane from the checks.

lukas-bednar commented 1 year ago

I also noticed that you will need to fix some of the flake complains (https://github.com/rhevm-qe-automation/pytest_jira/actions/runs/5146297038/jobs/9344668666?pr=134)

jeffeth-donaldson commented 1 year ago

I fixed the flake issues as well as rebased my branch.