Page tree

This documentation describes all functionality of the latest ictime version (5.x for JIRA 7 and 4.x for JIRA 6.x ) for administrators and users. For documentation of older versions, please refer to Documentation History.

Skip to end of metadata
Go to start of metadata

Starting with Version 5.7.0 ictime, JQL Functions can be used 


ictime versionJQL Function namePurposeParameterExample UsageExplanation
5.8.3.31issueWithUnchargedWorklogreturns issues only if issue has not invoiced (IcTime) worklog in the last given number of days back
  • first
    • Number of days considered in the past. Worklogs older than the given number of days will not be considered.
  • second (optional)
    • Number of days considered in the past. Worklogs newer than the given number of days will not be considered.
  • single parameter usage
    • project in (WFLT, XA) AND issue in issueWithUnchargedWorklog(30)
  • range usage
    • project in (WFLT, XA) AND issue in issueWithUnchargedWorklog(30, 10)
  • limit issues to projects (WLFT and XA) and show all Issues having not billed worklogs in the last 30 days
  • limit issues to projects (WLFT and XA) and show all Issues having not billed worklogs in the last 30 days NOT considering work logs in the last 10 days
5.7.0 and higherissueWithUnchargedWorklogreturns issues only if issue has not invoiced (IcTime) worklog in the last given number of days backNumber of days considered in the past. Worklogs older than the given number of days will not be considered.project in (WFLT, XA) AND issue in issueWithUnchargedWorklog(30)limit issues to projects (WLFT and XA) and show all Issues having not billed worklogs in the last 30 days

issueWithUncharged Worklog - changes

VersionChangeRemarks
icTime-5.8.2.16Parameter handling has changed. Providing "0" for days back no returns all Issues having at least one work log which is not charged.



Example - issueWithUnchargedWorklog 

Defining a filter using Issue search

 

Details on defining and saving filters can be found in the Atlassian JIRA Documentation: https://confluence.atlassian.com/jirasoftwarecloud/saving-your-search-as-a-filter-764478344.html

Add Filter result to Dashboard using Gadget "Filter-Result"

Using the saved filter in ictime Reporting