You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, before creating an issue I want to verify my understanding. I am calling jira_get_sprint_issues function with args: {"sprint_id": "94977", "fields": "summary,assignee,parent", "limit": 50}. The function returns all the fields. This is causing the problem because we have many custom fields, which means a huge token consumption. I checked the code and it looks to me that this is the expected behaivour. If that is the case, what is the purpose of the fields parameter? Am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, before creating an issue I want to verify my understanding. I am calling jira_get_sprint_issues function with args: {"sprint_id": "94977", "fields": "summary,assignee,parent", "limit": 50}. The function returns all the fields. This is causing the problem because we have many custom fields, which means a huge token consumption. I checked the code and it looks to me that this is the expected behaivour. If that is the case, what is the purpose of the fields parameter? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions