Increase REST Response limit when using Jira SpokesIssue When using Jira Spoke action "Create Issue" under a specific project, you may observe the error "Response size exceeds limit, allowed :5242880 actual size: xxxxxxxxxx". Steps to reproduce: Login to your instance.Open the Action "Create Issue" in Flow Designer.Use "Test" UI Action.Populate the required fields and click on "Run test".Open the flow execution.Notice that "Create Issue" returns an error at Step 2 "Get All Fields":Response size exceeds limit, allowed :5242880 actual size: xxxxxxxxReleaseAll releases using the Jira Spoke.CauseThe issue is that the data returned from the Jira endpoint "/Createmeta" can become extremely large on large Jira systems. Atlassian is aware of this and is planning to decommission the endpoint.Reference: Createmeta REST endpoint to be removedResolutionHow to increase the response limit within ServiceNow. Log into your instance as a user with the "admin" role.In the navigator, type "sys_properties.list" to view All System Properties on your instance.Click on "New" and create a System Property with the below values:Name: glide.pf.rest.response_payload_max_sizeType: IntegerValue: 10,240 (this value is in KB, default is 5,120 [5MB] and maximum is 10,240 [10MB]). Note: If the response is more than 10MB, our suggestion would be to copy the Jira Spoke action "Create Issue" and make use of "save as attachment" section. Is ServiceNow planning on addressing this in the future? This is tracked under PRB1447838 and is fixed in Jira Spoke 3.0.