Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

On this page

Table of Contents
maxLevel2
exclude(On this page|Use case).*
stylecircle
typeflat
separatorpipe

UI Text Box
sizemedium
typeinfo

Use case

Retrieve all issues which belong to the projects PLAT and TIS, which are in status "Waiting Review" and whose "Needed testing" field equals "Integration".


Image ModifiedConfiguration

Use the following JQL:

Code Block
issue in issueSelection("project in (TIS, PLAT) AND status = 'Waiting Review' ORDER BY key DESC", "%{issue.cf13900}=\"Integration\"")


Details to keep in mind

UI Steps
UI Step

To set the subquery, it is recommended to test it beforehand in the issue navigator. The less issues returned by the subquery, the faster the function will be executed, so the more precise the subquery, the better.

UI Step

Both the subquery and the logical expression cannot include double quotations, they should include the following instead:

  • In the subquery include  ' instead of  ".
  • In the logical expression there should be written  \"  instead of  ".
UI Step
Our Logical mode allows to run exact text search on JQL, so now it is possible to run it on every text field.


Image ModifiedScreenshots




Image ModifiedRelated use cases

Page properties report
firstcolumnUse case
headingsJQL function
sortByTitle
cqllabel = "use-case-jql-function"


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue

Page properties
hiddentrue
JWT feature
JQL function

issueSelection()

Label
Page properties
hiddentrue

Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged