Hello,
If I understand this function correctly, the project in myProjects() jql should show me all issues in the projects where the current user is Developer or Project Lead or have other roles.
I have the following jql that should collect all issues from different projects (where I'm a developer, for example) to the single "backlog":
project in myProjects() AND assignee is EMPTY AND status = Backlog ORDER BY priority DESC, created ASC
However, I have the following situation:
- Admin #1 - see everything correct
- Admin #2 - see not relevant issues (she is not a developer or project lead).
I have some ideas what's the problem: we have the role is administrators and jira-administrators group was assigned as administrators. If so, why it doesn't work for Admin #1
- Developer - don't see any issues at all
- Admin #3 - don't see any issues at all
Please help me where is I'm wrong?
More details:
- Filter shared
- No any groups in Developers (only jira-administrators in Administrators, but I have deleted them, nothing changes)
- The Scriprunner version is 5.5.0
Hello @Ekaterina Danilova
As documentation says
>Being a member means being in any role, except where that is by virtue of being in a group with a global permission.
What groups are you usings?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.