Skip to content

Add backend support for Jira issue list open/closed/all states

What does this MR do?

Add support for honoring the state passed from the UI, opened, closed, or all

  • all open issues can be queried using a query like project = DEMO AND statusCategory != Done
  • all closed issues can be queried using a query like project = DEMO AND statusCategory = Done

In support of &3622 (closed)

Closes #227835 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #227854 (closed)

Edited by Brett Walker

Merge request reports