Hello. I'm trying to get through the REST api the maximum number of tasks after which the column starts to be highlighted in color, but I can not find how to do this in the documentation.
rest/api/2/status has no fields with the information I need.
Or may be there is a way to know when column is highlighted or new task is outbound.
Thanks!
Hi @kpbic -- Welcome to the Atlassian Community!
Here is the reference, and you can get the board's column configuration with:
/rest/agile/1.0/board/{boardId}/configuration
For each column with a constraint, it will appear as "max":value
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.