Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.15.z] Add support for Jira Issue handler #14819

Conversation

Satellite-QE
Copy link
Collaborator

Cherrypick of PR: #14728

Problem Statement

  • Missing support for Jira issue handling in Robottelo.

Solution

  • Add BlockedBy doc field: If the issue is open, the test will be skipped/deselected. Override behavior with --blocked-by false.
  • Add Verifies doc field: Used with --verifies-issues pytest option.
  • --verifies-issues: Comma-separated list of Jiras to collect tests matching the Verifies testimony marker. If no issue is provided, all tests with the Verifies testimony marker will be selected.
  • --blocked-by: Comma-separated list of Jiras to collect tests matching the BlockedBy testimony marker. If no issue is provided, all tests with the BlockedBy testimony marker will be processed and deselected if any issue is open.
  • is_open_jira: Function to check if a specific Jira is open.

Related Issues

  • SAT-22761

* Add support for Jira issue handler

* Address jira issue handler pr comments

(cherry picked from commit 95f7884)
@Satellite-QE Satellite-QE requested a review from a team as a code owner April 17, 2024 14:12
@Satellite-QE Satellite-QE added the 6.15.z Introduced in or relating directly to Satellite 6.15 label Apr 17, 2024
@Satellite-QE Satellite-QE requested a review from a team as a code owner April 17, 2024 14:12
@Satellite-QE Satellite-QE added Auto_Cherry_Picked Automatically cherrypicked PR using GHA No-CherryPick PR doesnt need CherryPick to previous branches labels Apr 17, 2024
@omkarkhatavkar omkarkhatavkar merged commit 89731ea into 6.15.z Apr 19, 2024
13 checks passed
@omkarkhatavkar omkarkhatavkar deleted the cherry-pick-6.15.z-95f7884b0cd3c83473cb21a28f46f68f9c3a01af branch April 19, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.15.z Introduced in or relating directly to Satellite 6.15 Auto_Cherry_Picked Automatically cherrypicked PR using GHA No-CherryPick PR doesnt need CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants