Using the endpoint
https://instance name/rest/greenhopper/1.0/rapidviews/list to get the list of boards. Would like to be returned only with recent list as we dont want to run out of execution time. Can someone help tuning the endpoint with jql. Is it at all possible. Thanks
I don't think there's a way to do that, without hacking the code to limit it (but then you'll miss boards)
I'd be looking at the Salesforce end, to improve the questions it is asking.
We are integrating JIRA with salesforce. For each board fetched, further calls go out for sprint and issues. For now it retrieves all the board ids and takes a very long time to complete. Is there any other way to approach this. Thought refining the endpoint would make a difference..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL is for finding issues, not boards.
I'm not sure what you mean by "running out of execution time", or even what the problem you're trying to solve here is. Could you explain further what the issue is?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.