flutter_jira_issue_collector 0.2.0
flutter_jira_issue_collector: ^0.2.0 copied to clipboard
Jira Issue Collector for Flutter. Fetch collector fields dynamically, show customizable forms, or submit issues programmatically in the background.
0.2.0 #
- Code generator — new CLI tool
generate_collectorthat fetches your collector's live fields and generates a type-safe Dart helper class with field ID constants, abuild()factory, and acreateCollector()factory - CSRF token handling —
submitIssue()now automatically fetches hidden form fields (atl_token,pid) and replays session cookies, fixing 403 XSRF rejections on Jira Data Center X-Atlassian-Token: no-checkheader — added as additional XSRF bypass for compatible Jira versions- Updated example app to use the generated collector class
- Expanded README with code generator docs and real-world error reporting example
0.1.0 #
- Initial release
- Fetch issue collector fields dynamically from Jira
- Show customizable form UI with builder pattern
- Submit issues programmatically in the background
- Prefill and hide fields support