I’m looking to implement core Jira functionalities—like fetching issues, updating tickets, and syncing tasks—within a Flutter app. I’d appreciate any recommendations on:
Flutter packages (like http
, dio
, or any Jira-specific wrappers)
Best practices for handling OAuth2 or basic authentication
Optimizing data fetch and sync performance
Open to code examples, docs, or experience-based advice. Thanks in advance!
Brace yourself - features will be limited, and you’ll likely run into many challenges, starting with authentication, data fetching (create, edit, view), permissions, transitions, and bulk operations.
You need to define the core features you actually need and evaluate whether they’re even possible to implement.
As an example of Jira functionalities integrated into another app, check out Excel 365 Connector - it lets you fetch and update Jira issues directly from Excel:
https://marketplace.atlassian.com/apps/1222961/excel-365-connector-for-jira?hosting=cloud&tab=overview
(Note: I was part of the team behind this app.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.