-
Suggestion
-
Resolution: Unresolved
Nowadays it is only possible to:
- Add users to project's default reviewer users list one by one
- Add groups to project's default reviewer group list one by one
- Add users to project's allowed reviewer users list one by one
- Add groups to project's allowed reviewer group list one by one
For all cases above, the parameter "name" should be used, like this:
{ "name" : "value" }
Supposing that someone needs to add a large number of users and groups, this might require a lot of manual work.
It would be much better and faster to call those REST resources only once, using an array of values for that parameter in the request. Something like this would work:
{ "names" : [ { "name" : "value1" }, { "name" : "value2" }, { "name" : "value3" }, { "name" : "value4" } ] }
Hi everyone,
We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to close it.
Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Fisheye & Crucible team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Implementation of New Features Policy for more details.
We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.
Regards
Marek Parfianowicz
Fisheye/Crucible TL