List assignees in rest api
Listing individual assignees in rest api for particular project should not require admin privileges.
Currently (YT4) you need "Read project" and "Read user" permission to do that.
IMHO regular "Developer" role should be sufficient for REST API since it's enough for UI.
Currently (YT4) you need "Read project" and "Read user" permission to do that.
IMHO regular "Developer" role should be sufficient for REST API since it's enough for UI.
Please sign in to leave a comment.
However, there is no way to link login and fullname to create a nice displayname for an assignee.
I would also like to know if there is a cleaner way than the above to get this info without extra permissions needed (similar to the other question i posed here).