Jira Connector release notes

The Jira Online connector can be downloaded from the Upland Right Answers portal. The following lists the enhancements and fixed issues that were implemented in a specific version of the Jira Connector.

Jira Connector 1.1.0.0

System Enhancements

Feature Description
Jira API token support

As of November 22, 2025, Atlassian has implemented rate limits on API tokens. As a result, Jira connector for Atlassian Cloud connections must be aware of these changes and monitor header requests to see where they are in regards to limits. For more information, see Rate limiting in the Atlassian documentation.

  • Standard Headers (Jira Cloud)

    • X-RateLimit-Limit: 300 - Max requests per time window

    • X-RateLimit-Remaining: 0 - Requests left in current window

    • X-RateLimit-Reset: 1695720000 - Unix timestamp when limit resets

  • Additional Headers

    • Retry-After: 60 - Seconds to wait before retrying (429 responses)

    • X-RateLimit-FillRate: 5 - Rate at which quota refills

    • X-RateLimit-IntervalSeconds: 60 - Time window for rate limit

Fixed issues

  • In some scenarios, Jira groups were absent from TestBench and the index. (1816830)