Relative Content

Tag Archive for youtrackyoutrack-api

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.