Page tree

Versions Compared

Key

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

...

The application provides a powerful custom JQL function issueStatusTime for querying work items based on status duration.

Function Syntax:

issueStatusTime("Status Name", "Time Operator", "Duration", "Username(optional)")

Parameter Description:

  • Status Name: The status to query (such as "In Progress", "To Do", etc.)
  • Time Operator: Supports six operators: =, >=, >, <=, <, !=
  • Duration: Format is a combination of "Xd Yh Zm" (X days Y hours Z minutes), such as "2d 4h 30m"
  • Username: Optional parameter for limiting to a specific user

Usage Examples: