Versions Compared
Version | Old Version 15 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Description:
Excerpt |
---|
Perform searches based on issues that you have recently viewed, i.e. issues that are in the 'Recent Issues' section of the 'Issues' drop-down menu. Note: |
Syntax | recentIssues() recentIssues(limit) |
Available since | v1.0.0-RELEASE |
Supported fields | Issue |
Supported operators |
|
Unsupported operators |
|
Examples:
• Find the last 25 issues that I have recently viewed:
Code Block | ||||
---|---|---|---|---|
| ||||
issue IN recentIssues(25) ORDER BY lastViewed |
• Find recently viewed issues of 'LATAM' project:
Code Block | ||||
---|---|---|---|---|
| ||||
issue IN recentIssues() AND project = "LATAM" ORDER BY lastViewed |
Real World Use Cases:
· Suggested by Keith Garland in JRACLOUD-24612 - issueHistory JQL function should return the issues in viewed order
JQL Function Reference
Page Tree | ||||
---|---|---|---|---|
|