jira_allocation_rules
Rules for allocating Jira issues based on categories.
-
id
Primary key - Unique identifier for the row.
-
name
string - Name of the allocation rule.
-
categories
jsonb - JSON array of categories used for allocation.
-
last_run_started_at
date - Date and time when the last run of this rule started.
-
last_run_error
string - Error message from the last run, if any.
-
position
number - Position/order of the rule for display purposes.
-
populated_at
date - Date and time when the rule was populated with data.
-
published
boolean - Boolean indicating whether the rule is published/active.
-
capex_only
boolean - Boolean indicating whether the rule applies only to CAPEX items.