SELECT actor.roletypeparameter AS username, r.name AS rolename, p.pkey, p.pname AS projectname FROM projectroleactor actor INNER JOIN cwd_user u ON u.lower_user_name = actor.roletypeparameter INNER JOIN projectrole r ON actor.projectroleid = r.ID INNER JOIN project p ON actor.pid = p.ID;
According to The Directive 2009/24/EC of the European Parliament and of the Council, and Sec.103(f) of the DMCA (17 U.S.C. § 1201 (f)), the reverse engineering act committed to creating these blog posts is considered legal, as this is an original attempt to improve interoperability, and cannot be waived by license agreements.
The views expressed on this blog are my own and do not necessarily reflect the views of my past and present employers.
2013-09-10
Jira: List users assigned explicitly to project roles
Assigning people to project roles explicitly is a bad habit, you should avoid it, as it will lay much work on your shoulders when a user's privileges will be changed.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment