J tricks - Little JIRA Tricks
  • Home
  • Plugins ↓
    • JQL Tricks Plugin
      • JQL Tricks Plugin - Cloud
        • JQLT Cloud Installation
        • JQLT Cloud Configuration
        • JQLT Cloud Usage
        • JQLT Cloud License
        • JQLT Cloud FAQ
      • JQL Tricks Plugin - DC
        • JQLT DC Installation
        • JQLT DC Configuration
        • JQLT DC Usage
          • JQLT Issue Functions
          • JQLT Subtask Functions
          • JQLT Links Functions
          • JQLT Development Functions
          • JQLT Worklog Functions
          • JQLT Project Functions
          • JQLT Component Functions
          • JQLT Version Functions
          • JQLT Group Functions
          • JQLT User Functions
          • JQLT Date Functions
        • JQLT DC License
        • JQLT DC FAQ
        • JQLT DC Known Issues
        • JQLT DC Performance
      • JQL Tricks Cloud Migration
    • Simplified Planner
      • J-Planner Installation
      • J-Planner Configuration
      • J-Planner Usage
        • Creating a plan
        • Editing a plan
        • Deleting a plan
        • Viewing a plan
        • Modifying a plan
      • J-Planner FAQ
    • Atla-Search Plugin
      • Atla-Search Installation
      • Atla-Search Configuration
      • Atla-Search Usage
      • Atla-Search License
      • Atla-Search FAQ
    • Heroku for Compass App
      • Heroku for Compass Installation
      • Heroku for Compass Configuration
      • Heroku for Compass Usage
    • Copy to subtask Plugin
    • All Plugins
  • Tutorials
  • The Book
  • Contact Us
  • Home
  • Plugins ↓
    • JQL Tricks Plugin
      • JQL Tricks Plugin - Cloud
        • JQLT Cloud Installation
        • JQLT Cloud Configuration
        • JQLT Cloud Usage
        • JQLT Cloud License
        • JQLT Cloud FAQ
      • JQL Tricks Plugin - DC
        • JQLT DC Installation
        • JQLT DC Configuration
        • JQLT DC Usage
          • JQLT Issue Functions
          • JQLT Subtask Functions
          • JQLT Links Functions
          • JQLT Development Functions
          • JQLT Worklog Functions
          • JQLT Project Functions
          • JQLT Component Functions
          • JQLT Version Functions
          • JQLT Group Functions
          • JQLT User Functions
          • JQLT Date Functions
        • JQLT DC License
        • JQLT DC FAQ
        • JQLT DC Known Issues
        • JQLT DC Performance
      • JQL Tricks Cloud Migration
    • Simplified Planner
      • J-Planner Installation
      • J-Planner Configuration
      • J-Planner Usage
        • Creating a plan
        • Editing a plan
        • Deleting a plan
        • Viewing a plan
        • Modifying a plan
      • J-Planner FAQ
    • Atla-Search Plugin
      • Atla-Search Installation
      • Atla-Search Configuration
      • Atla-Search Usage
      • Atla-Search License
      • Atla-Search FAQ
    • Heroku for Compass App
      • Heroku for Compass Installation
      • Heroku for Compass Configuration
      • Heroku for Compass Usage
    • Copy to subtask Plugin
    • All Plugins
  • Tutorials
  • The Book
  • Contact Us

JQL Tricks Plugin - DC

JQL Tricks plugin enhances the search functionality in Jira Datacenter by adding a set of useful JQL Functions for JIRA 4.x+. Those include simple JQL functions to complex ones.

It has the option to limit the plugin functionality to selected groups and/or limit the individual functions to selected projects.

The plugin also introduces a JQL cache of configurable delay for better performance. The default delay is 120 seconds. Follow the documentation to install and configure the plugin.

Following are the list of functions included. Please click on the linked pages for full syntax of functions, description of the functions and sample queries.

Issue Functions
Subtask Functions
Issue Link Functions
Worklog Functions
Group Functions
Version Functions
Component Functions
User Functions
Project Functions
Date Functions
Development Functions
Issue Functions
  • hasAttachments([Count],[Operator])
  • hasSameValues(Field1, Field2, [Field3] .. [Field n])
  • commentedByUser([User])
  • commentedOnDate(date)
  • commentedAfterDate(date)
  • commentedBeforeDate(date)
  • attachedByUser([User])
  • componentsFromProject(Project)
  • movedIssues([type],[From],[To])
  • hasSameVersions()
  • hasVersions()
  • hasComponents()
Learn More
Subtask Functions
  • parent(JqlQuery)
  • subtask(JqlQuery)
  • hasSubtasks([subtaskType])
Learn More
Issue Link Functions
  • linkedAllIssues(issueKey,[linkType])
  • linkedIssuesByDepth(issueKey,depth,[linkType])
  • hasLinks([linkType])
  • linkedIssuesInProject(project,[linkType])
  • linkedIssuesInVersion(versionId,[linkType])
  • linkedIssuesInComponent(componentId,[linkType])
  • linkedIssuesHasStatus (status,[linkType])
  • inkedIssuesInVersionByName(versionName,[linkType])
  • linkedIssuesInComponentByName(projectName, componentName, [linkType])
  • linkedIssuesInQuery (jqlQuery,[linkType])
  • linkedIssuesInFilter (filterId,[linkType])
  • hasRemoteLinks([linkType])
  • issueWhereEpicIn(jqlQuery)
  • epicsWhereIssueIn(jqlQuery)
  • epicsWithIssues
Learn More
Worklog Functions
  • workStartedOn(date,[User])
  • workLoggedOn(date,[User])
  • workUpdatedOn(date,[User])
  • workLoggedBetween(startDate,endDate,[User])
  • workLoggedAfterDate(date,[User])
  • workLoggedBy(userOrGroup)
Learn More
Group Functions
  • groupsOfUser([user])
  • groupMatches(regex)
Learn More
Version Functions
  • dueVersions([Project])
  • overDueVersions([Project])
  • openVersions([Project]
  • currentVersionsBySeq([Project],[N])
  • currentVersionsByDate([Project],[N])
  • versionsAfterDate(date, true/false)
  • releasedOn(date)
  • versionsAfter(versionId)
  • versionsBefore(versionId)
  • versionMatches(regex)
  • archivedVersions([Project]
Learn More
Component Functions
  • componentMatches(regex)
Learn More
User Functions
  • membersOfGroups(group1,group2,..,groupN)
  • projectLeads()
  • projectLead(project)
  • usersInRole(project,role)
  • userMatches(regex)
  • inactiveUsers()
  • usersInTimezone(timezone)
  • componentLeads(ProjecyKeyOrComponentID)
Learn More
Project Functions
  • projectWithUserInRole(role,[user]) 
  • recentProjects()
  • projectMatches(regex)
Learn More
Date Functions
  • lastLoginOf(user)
  • sprintStartDateOf(sprintName, [boardName])
  • sprintEndDateOf(sprintName, [boardName])
  • versionStartDateOf(versionName, [projectName])
  • versionEndDateOf(versionName, [projectName])
Learn More
Development Functions
  • hasCommits()
  • hasReviews()
  • hasOpenReviews()
  • hasPRs()
  • hasOpenPRs()
  • hasFailingBuilds()
Learn More
Installation
Configuration
Usage
Licensing
FAQ

SUPPORT
APPS
TUTORIALS
THE BOOK
© J-Tricks