How to use issuesApproachingLimitParams in Automation to get the list of issues approaching the limit



Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.

  

Summary

Get issue limit report API is used to all issues breaching the limits. If the requirement is to fetch the issues nearing the limit, we can use issuesApproachingLimitParams in the request body.

For example, to get all issues where the comment has crossed 4500. In this KB, we'll see how we can use issuesApproachingLimitParams in the automation rule to get the list of issues approaching the limit. 

Environment

Jira Cloud

Solution

Automation Rule Configuration: 

Trigger: Choose the trigger as per your requirement.  

Condition: Add condition as required

Action: 

  • Send web request: Update the fields as below
  • Log Action: Use the below smart value to extract the Issues approaching the limit:
    {{webResponse.body.issuesApproachingLimit}}


Last modified on Dec 31, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.