Git Integration for Jira Cloud Documentation

Known Issues (GIJ Cloud)

This page documents known issues and limitations in Git Integration for Jira Cloud along with available workarounds.

On this page:

 


 

Repository Limits Per Integration

Git Integration for Jira Cloud limits the number of connected repositories per integration:

Git Service Maximum Repositories
GitHub 10,000
GitLab 10,000
All others 10,000

Reference: GITCL-1395, GITCL-1846

 

2GB Object Size Limit

Git Integration for Jira uses the JGit library, which does not support objects over 2GB in size stored in git repositories.

Workaround: Remove large objects from repository history or use Git LFS for large files.

 

Smart Commits User Search Issue

Some users have smart commits attributed to the app user rather than specific users when user search via email fails.

Workaround: Use the assignable users API endpoint:

/rest/api/2/user/assignable/search?issueKey=ABC-123

Reference: GITCL-800

 

Microsoft Pull Request Status Updates

Microsoft integrations require all pull requests for configured repositories to be requested each time for status updates. Microsoft’s Pull Request APIs do not provide filtering by last changed date/time.

Reference: GIT-3889

 

Microsoft PAT Organization Permission

IMPORTANT

When creating personal access tokens (PAT) for Microsoft/Azure integrations, select All accessible organizations. Otherwise, the integration will not work.

See Creating Personal Access Tokens for instructions.

For more information, see the official Azure DevOps PAT documentation.

Reference: GIT-3978

 

SSH Repository Automation Triggers

Automation for Jira triggers work with auto-connected integrations and single HTTPS authenticated git repositories, but single repositories authenticated via SSH are not supported by Atlassian Jira Cloud.

See Atlassian bug: JSWCLOUD-20935

Workaround: Use HTTP/HTTPS connections for single repository git URLs:

Connection Type Example Trigger Support
SSH (not supported) [email protected]:admin/repo.git
HTTPS (supported) https://github.com/admin/repo.git

Reference: GITCL-1624

 

Tag Loading Timeout

Loading tags on integrations with large git history can take a long time. Git Integration for Jira Cloud limits tag loading to 10 seconds before timing out.

 

Left Sidebar Loading Delay

The Git Integration for Jira app panel in the left sidebar takes up to 10 seconds to load.


Atlassian has opened a bug ticket for this issue.

 

Duplicate Smart Commit Commands

When both Atlassian and GitKraken Smart Commit processors are enabled, users see duplicate #comment and #time commands.


Processor Commands Supported
Atlassian #comment, #time, #<transition> + workflow triggers
GitKraken #comment, #time, #<transition>, #assign, #label

Recommendation: Use Atlassian processor (default) for workflow trigger support. Use GitKraken processor only if you need #assign and #label commands.

Reference: GITCL-1334

 

Web Links Not Updating

In rare cases, web links for branches and tags do not update automatically after modifying the web-linking template.

Workaround:


  1. Temporarily disable the affected Plain Git integration.
  2. Re-enable the integration to apply the web linking update.

Reference: GITCL-3981

Last updated: December 2025

Have feedback about this article? Did we miss something? Let us know!
On this page