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 WEB, whose assignee is not active anymore and in which the current user was an assignee in the past.



Configuration

Use the following JQL:

Code Block
issue in issueSelection("project in (PLAT, WEB)", "!isActive(%{issue.assignee}) and %{system.currentUser} in fieldHistory(%{issue.assignee})")


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

To further refine the issues returned, the following functions are used:

  • isActive() to check whether the current assignee is an active user
  • fieldHistory() to query the field history of the assignee field




Screenshots



Related 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