Server |
Cloud |
Example |
hasAttachments |
jqlt.attachments.count |
jqlt.attachments.count = 0 jqlt.attachments.count > 3 |
hasSameValues |
Not Available |
- |
commentedByUser |
jqlt.comments.createdBy |
jqlt.comments.createdBy = "userId" |
commentedOnDate |
jqlt.comments.createdOn |
jqlt.comments.createdOn = "2021-01-06" |
attachedByUser |
jqlt.attachments.author |
jqlt.attachments.author = "userId" |
componentsFromProject |
Not Available |
- |
commentedAfterDate |
jqlt.comments.createdOn |
jqlt.comments.createdOn >= -3w |
movedIssues |
jqlt.history.field jqlt.history.project.from jqlt.history.project.to jqlt.history.issuetype.from jqlt.history.issuetype.to |
jqlt.history.field = "project" jqlt.history.project.from = "SERVER" jqlt.history.project.to = "CLOUD" jqlt.history.issuetype.from = "Bug" jqlt.history.issuetype.to = "Feature" |
hasSameversions |
Not Available |
- |
hasVersions |
jqlt.affectsversions.count jqlt.fixversions.count |
jqlt.affectsversions.count = 0 jqlt.fixversions.count > 3 |
hasComponents |
jqlt.components.count |
jqlt.components.count = 3 |
commentedBeforeDate |
jqlt.comments.createdOn |
jqlt.comments.createdOn >= -3w |
Alias |
Example |
jqlt.attachments.createdFirst |
jqlt.attachments.createdFirst = "2021-01-06" jqlt.attachments.createdFirst >= -3w |
jqlt.attachments.createdLast |
jqlt.attachments.createdLast >= -3w |
jqlt.attachments.type |
jqlt.attachments.type = "png" |
jqlt.attachments.name |
jqlt.attachments.name ~ "test" |
jqlt.comments.count |
jqlt.comments.count = 3 |
jqlt.comments.createdFirst |
jqlt.comments.createdFirst >= -3w |
jqlt.comments.createdLast |
jqlt.comments.createdLast = "2021-01-06" |
jqlt.comments.updatedOn |
jqlt.comments.updatedOn >= -3w |
jqlt.comments.updatedBy |
jqlt.comments.updatedBy = "userId" |
Server |
Cloud |
Example |
parent |
jqlt.parent.summary jqlt.parent.status jqlt.parent.statusCategory jqlt.parent.priority jqlt.parent.issueType |
jqlt.parent.summary ~ "test" jqlt.parent.status in ("Open", "In Progress") jqlt.parent.statusCategory = "To Do" jqlt.parent.priority = "Major" jqlt.parent.issuetype in ("Bug", "Story") |
subtask |
jqlt.subtasks.key jqlt.subtasks.summary jqlt.subtasks.status jqlt.subtasks.statusCategory jqlt.subtasks.priority jqlt.subtasks.issueType |
jqlt.subtasks.key = "JTRICKS-11" jqlt.subtasks.summary ~ "test" jqlt.subtasks.status = "Open" jqlt.subtasks.statusCategory in ("To Do", "In Progress") jqlt.subtasks.priority = "Major" jqlt.subtasks.issuetype = "Sub-task" |
hasSubtasks |
jqlt.subtasks.count |
jqlt.subtasks.count = 3 |
Server |
Cloud |
Example |
linkedAllIssues |
Not Available |
- |
linkedIssuesByDepth |
Not Available |
- |
hasLinks |
jqlt.links.count jqlt.links.type |
jqlt.links.count = 3 jqlt.links.type in ("is blocked by", "clones") |
linkedIssuesInProject |
jqlt.links.project |
jqlt.links.project = "JTRICKS" |
inkedIssuesInVersion |
Not Available |
- |
linkedIssuesInComponent |
Not Available |
- |
linkedIssuesHasStatus |
jqlt.links.status |
jqlt.links.status = "Open" |
linkedIssuesInVersionByName |
Not Available |
- |
linkedIssuesInComponentByName |
Not Available |
- |
linkedIssuesInQuery |
Not Available |
- |
linkedIssuesInFilter |
Not Available |
- |
issuesWhereEpicIn |
jira.agile.epicSummary jira.agile.epicProject jira.agile.epicStatus jira.agile.epicStatusCategory jira.agile.epicPriority |
jqlt.agile.epicSummary ~ "test" jqlt.agile.epicProject in ("JTRICKS", "TEST") jqlt.agile.epicStatus = "Open" jqlt.agile.epicStatusCategory = "To Do" jqlt.agile.epicPriority in ("Major", "Blocker") |
epicsWhereIssueIn |
jira.agile.issueKey jira.agile.issueSummary jira.agile.issueProject jira.agile.issueType jira.agile.issueStatus jira.agile.issueStatusCategory jira.agile.issuePriority |
jqlt.agile.issueKey = "JTRICKS-123" jqlt.agile.issueSummary ~ "test" jqlt.agile.issueProject in ("JTRICKS", "TEST") jqlt.agile.issueType in ("Bug", "Story") jqlt.agile.issueStatus = "Open" jqlt.agile.issueStatusCategory = "To Do" jqlt.agile.issuePriority in ("Major", "Blocker") |
hasRemoteLinks |
Not Available |
- |
epicsWithIssues |
jira.agile.issueCount |
jqlt.agile.issueCount = 3 |
Server |
Cloud |
Example |
workStartedOn |
Not Available |
- |
workLoggedOn |
jqlt.worklog.createdOn |
jqlt.worklogs.createdOn = "2021-01-06" jqlt.worklogs.createdOn >= -3w |
workUpdatedOn |
jqlt.worklog.updatedOn |
jqlt.worklogs.updatedOn >= -3w |
workLoggedBetween |
jqlt.worklog.createdFirst jqlt.worklog.createdLast |
jqlt.worklogs.createdFirst >= -3w AND jqlt.worklogs.createdLast >= -2w |
workLoggedAfter |
jqlt.worklog.createdOn |
jqlt.worklogs.createdOn >= -"2021-01-06" |
workLoggedBy |
jqlt.worklog.createdBy |
jqlt.worklogs.createdBy = "userId" |
Alias |
Example |
jqlt.worklogs.count |
jqlt.worklogs.count = 0 jqlt.worklogs.count > 3 |
jqlt.worklogs.updatedBy |
jqlt.worklogs.updatedBy = "userId" |
Server |
Cloud |
Example |
dueVersions |
Not Available |
- |
overDueVersions |
jqlt.affectsversions.overdue jqlt.fixversions.overdue |
jqlt.fixversions.overdue = true jqlt.affectsversions.overdue = true |
openVersions |
Not Available |
- |
currentVersionsBySeq |
Not Available |
- |
currentVersionsByDate |
Not Available |
- |
versionsAfterDate |
jqlt.affectsversions.releasedOn jqlt.fixversions.releasedOn |
jqlt.fixversions.releasedOn >= "2021-01-06" jqlt.affectsversions.releasedOn >= -3w |
releasedOn |
jqlt.affectsversions.releasedOn jqlt.fixversions.releasedOn |
jqlt.fixversions.releasedOn = "2021-01-06" jqlt.affectsversions.releasedOn = "2021-01-06" |
versionsAfter |
Not Available |
- |
versionsBefore |
Not Available |
- |
versionMatches |
Not Available |
- |
archivedVersions |
Not Available |
- |
Alias |
Example |
jira.fixversions.count jira.affectsversions.count |
jqlt.fixversions.count = 0 jqlt.affectsversions.count > 3 |
jira.fixversions.releasedCount jira.affectsversions.releasedCount |
jqlt.fixversions.releasedCount = 0 jqlt.affectsversions.releasedCount > 3 |
jira.fixversions.archivedCount jira.affectsversions.archivedCount |
jqlt.fixversions.archivedCount = 0 jqlt.affectsversions.archivedCount > 3 |
jira.fixversions.startedOn jira.affectsversions.startedOn |
jqlt.fixversions.startedOn = "2021-01-06" jqlt.affectsversions.startedOn >= -3w |
Alias |
Example |
jqlt.components.count |
jqlt.components.count = 0 jqlt.components.count > 3 |
jqlt.components.lead |
jqlt.components.lead = "User1" |