
TylerA.02538 (Customer) asked a question.
I've had this workflow working for months but up until a few days ago it just stopped. The culprit is the Jira card "Search Issues by JQL" refuses to work.
Things I have tried:
- Create a new API token and reauthorize
- Ensured permissions on the Jira side were set correctly for the user trying to search
- Tried "Custom API Action" with the endpoint "/rest/api/3/search"
Anytime I try to search it loads for a minute or so and then returns null. Wondering if anyone else has been experiencing issues similar to this.
Thanks!

@TylerA.02538 (Customer) --> This is a known issue and is being investigated by Engineering. Jira has an article posted here: https://developer.atlassian.com/changelog/#CHANGE-2046. If you click "More Details" it will provide the new endpoints. Please note, Jira does mention some behavior changes on their new endpoint. I recommend reading through those.
Using Custom API Action (CAPIA) to the new end point(s) should be successful.