finery 0.4.0

Keyboard-first Jira backlog and Composer with optional MCP access
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod add_ticket_menu;
mod change_set_list;
mod detail;
mod fields;
mod page;
mod property_fields;
mod source;
mod submission;
#[cfg(test)]
mod tests;
mod ticket_editor;
mod ticket_rows;
mod ticket_toolbar;
pub(crate) mod title_guidance;

pub(crate) use page::page;