I need a method to display the same issues that a customer would see in a Dashboard, so was wondering if anyone knows of a way to replicate this in JQL?
i.e. all issues raised by currentUser() and where current user is a member of the Organization listed in the Organizations field.
organizationMembers("") is not dynamic, needing the Organization name to be explicitly named
Out of the box, you can't do that. You will need an app for this, like scriptrunner. But what exactly you need to accomplish? I mean if you place the
currentUser() and organizationMembers("") (<--let's assume that is was dynamic)
on a filter on a gadget of a dashboard, then it will not be visible for portal only customers.
Are you talking about portal only customers, or jira user customers (the latter have application access to Jira as well)?
where the current user is a member of an Organization which is specified in the Organizations field (CF 10110)
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.
Yeah
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could possibly try and create a custom JQL function with a bit of code.
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.