Is it possible to produce reports (filters, etc.) containing all issues created by members of an Organization, including 'private requests'?
As far as I'm aware, you can report based on Organization, but only if the issue was shared with said Organization. This doesn't give me what I need.
Any advice appreciated.
You should be able to use the following JQL - creator in membersOf(""). Just add your org between quotes. This should show all issue created by any customer in the org.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the process for report based on Organization? what is the report blueprint called?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry - what do you mean by 'the process' or 'report blueprint'?
You can run filters to look for Organization (eg. Organizations = "enter organization name", or to cover Private Requests too, use reporter in organizationMembers("enter organization name")
Does this help?
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.