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

ISSUE #5374 - Tickets filters: initial filters #5389

Merged
merged 3 commits into from
Feb 10, 2025
Merged

Conversation

Amantini1997
Copy link
Contributor

This fixes #5374

Description

Set default ticket filters:

  • if the URL contains valid ticket codes, use them
  • set to hide any status that is either "closed" or "void". If safetibase exists in any template, filter according the same logic for treatment status

Test cases

  1. Append ticket codes in the URL like ?ticketSearch=ALL:1,ALL:2
  • Only those ticket codes should be used for filters
  1. Leave the URL as is
  • Only status "close" and "void" should be used in filters as "not equals"
  1. Have a project with safetibase templates
  • The filters should be for both status and safetibase
  1. Have a template with custom statuses
  • The filters should include the equivalent of "close" and "void" for custom status

@sanmont3drepo sanmont3drepo merged commit 007b9ab into ISSUE_5188 Feb 10, 2025
12 of 15 checks passed
@sanmont3drepo sanmont3drepo deleted the ISSUE_5374 branch February 10, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants