Jira connector
Back to the connector overview, authentication methods, and actions.
14 Sept 2026
new-feature bug-fix description-fixAdded periodic data sync to 25 list actions covering boards, project categories, components, dashboards, fields, field configurations, filters, groups, issue link types, issue types, priorities, projects, project roles, resolutions, statuses, users, workflows, and workflow schemes, plus the unified user, group, and role lists. Each one refreshes in full on every run, since these Jira endpoints expose no updated-since filter. List Unified Groups now returns every group in the site instead of stopping at the first 200, and List Components no longer demands a project filter, so it can enumerate every component in the site. List All Users documents that expanding groups returns each user’s full group membership, the only site-wide way to read that. Eight user, group, and worklog actions now reject invalid parameter combinations before the call reaches Jira, naming the missing or conflicting field instead of returning an unexplained 400 — this covers the project or issue scope the user-search actions require, the either-or between group ID and group name, and the time-spent and estimate-adjustment pairings on worklogs. Fixed a data-loss bug in the new data sync for boards, components, field search, and workflow search — Jira caps those endpoints at 50 records per page while the sync requested 100, so every other half-page of records was skipped on any account large enough to paginate. Corrected several action and field descriptions, including an incorrect claim that browse-permission search fails on team-managed projects and an incorrect claim that bulk permission checks reject an empty request body.Changed · 35 actions updated
Changed · 35 actions updated
jira_create_issue_worklog, jira_create_project, jira_delete_issue_worklog, jira_get_all_boards, jira_get_all_users, jira_get_bulk_permissions, jira_get_favourite_filters, jira_get_field_configurations, jira_get_group_members, jira_get_issue_link_types, jira_get_my_filters, jira_list_categories, jira_list_components, jira_list_dashboards, jira_list_fields, jira_list_filters, jira_list_groups, jira_list_issue_types, jira_list_priorities, jira_list_project_roles, jira_list_projects, jira_list_resolutions, jira_list_statuses, jira_list_workflow_schemes, jira_search_dashboards, jira_search_fields, jira_search_users_assignable_to_issues, jira_search_users_assignable_to_projects, jira_search_users_with_browse_permission, jira_search_users_with_permissions, jira_search_workflows, jira_unified_list_groups, jira_unified_list_roles, jira_unified_list_users, jira_update_issue_worklog28 Aug 2026
bug-fixFixed role lookups failing for ids returned by the role list, and an unrecognized role id now comes back as an Unknown record with a 200 instead of an error. Group records now report the group type instead of the group name. Status fields on the embedded user and group member records return the normalized value alongside Jira’s raw active flag, and type fields return a value and source value pair, with group type reporting the fixed value group in both. The IAM action descriptions were rewritten.Changed · 7 actions updated
Changed · 7 actions updated
jira_unified_get_group, jira_unified_get_me, jira_unified_get_role, jira_unified_get_user, jira_unified_list_groups, jira_unified_list_roles, jira_unified_list_users3 Aug 2026
bug-fixClarified action guidance for searching issue comments, linking issues, and looking up project roles and versions so AI agents choose the right action and interpret responses correctly.