Using Not Equals on a Resolution does not return Unresolved Issues

プラットフォームについて: Cloud および Data Center - この記事はクラウドと Data Center 両方のプラットフォームに等しく適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

症状

  • When using the resolution = Unresolved JQL issues are returned.
  • When using resolution != Fixed, issues with an Unresolved resolution are not returned.

原因

The Unresolved status is considered to be a null value, so not equals will not return it.

回避策

Use the resolution != Fixed OR resolution is EMPTY JQL to return these issues.

(info) If using a project in this query, ensure to use parenthesis, for example project = CAPTAINPLANET AND (resolution != Fixed OR resolution is EMPTY).

最終更新日: 2024 年 12 月 30 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.