Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×
I want a query to report to the organization
Let's take a step back. Do you mean to say that you want a get report that lists all the individuals in the organization and also lets you know which projects do they have access to?
If this isn't the case, providing detailed explanation will help the community help you.
Thanks
Hi @Mohamed Riza _ServiceRocket_ I want exactly a report that can show me the list of people along with the projects they have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @mozhgann abirii , welcome to the Atlassian Community and thanks for your question.
It depends on what you mean by which projects people have. There is a dashboard gadget available where you can see a list of the projects in the instance with who is the Project Lead -
To find all the projects where an individual is working, you could do a JQL like Assignee = User and then add the Project column to the filter query results (to get an idea). I think this isn't going to be a very simple thing to show in a Jira dashboard, unless you have an app for reporting.
Does this help at all? Can you share your feedback please?
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Valerie Knapp Thank you for your answer, but I want a query with which I can get a report from the list of people who are in each of the projects.
Can you give me a query that will give me the report I want?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @mozhgann abirii , thanks for your feedback. It depends on what you mean by who is in each project. For example, you can do a search like this -
project in projectsLeadByUser() <- This will show you projects where the current user is the lead
project in projectsWhereUserHasRole("Administrators") <- This will show you projects where the current user has the role of Admin
Here is the documentation for this https://support.atlassian.com/jira-service-management-cloud/docs/jql-functions/
To be able to get lists of everyone who is enabled to a project, for example, I think you will need an app to do advanced searches or reporting, like eazyBI or Report Builder.
For example, I just created this report in Report Builder - https://actonic.atlassian.net/wiki/spaces/PROD/pages/6970638360/Sandbox+environment+guide
I don't see any Dashboard gadgets that would support this kind of query but I think you could get something closer with an app.
We can also wait and see if someone else replies to this question with another idea.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Valerie Knapp Thank you very much for your reply, but these ways do not answer me. I will wait for other answers, but thanks again.
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.