Assume I am assigned to three projects: Project A, Project B, and Project C. I need to get an overview of their current status, including how many tasks have been completed, how many are pending, and how many tasks are in the backlog.
Hi @Fijo Francis ,
Welcome to the Atlassian Community. In Jira Dashboard you could use the Two Dimensional Filter Statistics gadget , where you group projects and the status to achive your use-case
Hello, Good day. You can use the following JQL to create the filter and then use the filter in the dashboard (pie chart should help or you can explore two dimension chart as well).
Project in (projectA, projectB, pojectC)
If you want to check the issues for your user account only and not the entire project then use the following JQL
Project in (projectA, projectB, pojectC) and assignee = username
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.