I am looking at moving our CRM to Atlas CRM so our CRM and PM software is together using Atlassian products.
While trying to duplicate all the custom fields, I realised I the custom field type was limited to 3 types: "text field", "select list" and "date field". Is there a way of adding check box entries or multiple select lists? As this could be a deal breaker for us.
Thanks for your help!
Aaron
That is expected. You have to use pagination to get more users. See https://docs.atlassian.com/jira/REST/latest/#d2e1951
You can page through users list by using indexes in expand param. For example to get users from index 10 to index 15 use "users[10:15]" expand value. This will return 6 users (if there are at least 16 users in this group). Indexes are 0-based and inclusive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.