//! Local catalog of Jira workflow statuses (id → name).
//!
//! Populated from issue sync so inbox rows can store `status_id` and resolve
//! the display name via join.
use crateDb;
use Result;
use params;
/// Database operations for the `jira_statuses` table.