Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleWork when search engine is connected (Search template)

https://confluence.atlassian.com/adminjiraserver/configuring-a-custom-field-938847235.html

Image RemovedImage Added

Functions take the following parameters.

...

  • “Timer field“ in isFailed()

    • Returns tasks that have a timer is failed. Those the timer is stopped and the time has ended.

  • “Timer field“ in isPaused()

    • Returns tasks that have a timer is paused. Breaks in the work calendar are not considered a pause. But can be displayed in the field as a pause.

  • “Timer field“ in isRunning()

    • Returns tasks that have a timer is running. A break in the working calendar does not affect the search. The timer may be in state running, but at the same time the field will be displayed as a pause state.

  • "Timer field" in timeSpent("condition", "time")

    • Returns tasks for which the timer has already counted the specified time. Those. The timer was active(in state Running) for the specified time.

  • "Timer field" in realTimeSpent("condition", "time")

    • Returns tasks for which the timer has already counted the specified time. Those. The timer was active(in state Running) for the specified time.

    • The function works in real time.

    • It has a limit on the size of the issue. JQL config

    • The function is suitable for sampling active counters. Real-time reporting, work queues of tasks with reference to reaction time, execution ...

  • "Timer field" in timeLeft("condition", "time")

    • Returns tasks for which the remaining timer time matches the condition.

    • The function works in real time.

    • It hasn’t a limit on the size of the issue.

    • The function is suitable for sampling active counters. Real-time reporting, work queues of tasks with reference to reaction time, execution ...

  • "Timer field" in searchByCalendar(“calendarId”)

    • Returns tasks whose timer uses the specified attribute.

  • "Timer field" in searchByGoal(“goalId”)

    • Returns tasks whose timer uses the specified attribute.

    • Id can be found with Jira admin.

  • "Timer field" in searchByTimerConfig(“timerConfigId”)

    • Returns tasks whose timer uses the specified attribute.

    • Id can be found with Jira admin.

  • "Timer field" in searchByTimerScheme(“timerSchemeId”)

    • Returns tasks whose timer uses the specified attribute.

    • Id can be found with Jira admin.

...