How to retrieve all users assigned to a project in YouTrack using the YouTrack API?
I need to retrieve the list of all users assigned to a given project using the YouTrack API. Does anyone know what the correct api endpoint is to retrieve this info?
Can’t Access Full List of Assignees with YouTrack API
I’m trying to pull a list of all selectable values for the assignee custom field for a given project, but it’s only returning about 70 or so, when in total theres about 180. I looked into using pagination, however all that does is return the same subset of values I initially got multiple times rather than pulling the entire list. Anyone know how to fix this?
How do I use the YouTrack API to retrieve all the selectable options or values available for each custom field in a specific project?
I need to have dropdown menus for each custom field that lists the available selectable values for each custom field, just like how it appears and works in YouTrack when you’re on the page for an issue and you’re able to click the drop-down menus next to each custom field to select a value. So I’ll need to use the API to pull the selectable options/values available for each custom field in a given project so that I can use it to populate the dropdown menus in my program.
Issue endpoint doesn’t filter according to the query parameter value
I’m calling the issue endpoint with the query parameter to filter issues by a custom field value. But looks like the query parameter is ignored.
How do I retrieve a list of Sprints for a Project with no Agile Board?
I need to retrieve the sprints for a project with no agile boards. The YouTrack API Documentation only seems to have methods of retrieving the sprints given an agile board, but what if the project has no agile boards? Thanks