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

Show whether a Jira ticket got covered by a test #332

Open
milosmalik opened this issue Oct 2, 2023 · 1 comment
Open

Show whether a Jira ticket got covered by a test #332

milosmalik opened this issue Oct 2, 2023 · 1 comment
Labels

Comments

@milosmalik
Copy link
Contributor

The did tool currently does NOT show if Jira tickets are covered by a test case or a test plan, but a similar function is implemented for the Bugzilla tickets.

It would be great if the did tool showed the statistic of Jira tickets covered by tests. Here are some ideas how to find out:

Option: if the Test Link field is not empty then the Jira ticket is covered
Option: if the Test Plan field is not empty then the Jira ticket is covered
Option: if the Issue links section contains a record ‘TCMS Test Case’ then the Jira ticket it is covered

@psss psss added the jira label Oct 2, 2023
@psss psss changed the title did should show whether a Jira ticket got covered by a test Show whether a Jira ticket got covered by a test Oct 3, 2023
@psss
Copy link
Owner

psss commented Oct 3, 2023

The following query could be used to search for links with verified-by in their description:

project = rhel and issueFunction in linkedIssuesOfRemote("verified-by:*")

Thanks to @sopos for the hint!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants