Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ictime versionJQL Function namePurposeParameterExample UsageExplanation
5.7.8.0IssueWithAccForreturn issues assigned to a project having a value set in Custom Field "Accounting project (icTime)"
  • first
    • project key in which issues should be searched for (source project)
  • second
    • project key used in "Accounting project" custom field used in any issue in source project
  • issue in IssueWithAccFor("GOSD", "CXMP")
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

...