I get work from many projects. I don't want to follow many boards. I opened a separate board under a project to see these works in a single board, but even though I added all the projects from the filter, it does not show the ones other than the project I am in.
All projects on one board, Is there any way I can do this?
Hi @Adnan Yıldırım ,
Do you need to see only your assigned tickets?
In that case you can create a filter like:
assignee = currentUser() ORDER BY rank ASC
With this filter (you can share it with everyone), you can create a board which everybody can use to see their own assigned issues.
If you also want to track your created issues, you can use:
reporter = currentUser() or assignee = currentUser() ORDER BY rank ASC
I hope this helps.
Rudy
Hello,
Did you add all projects to the board in the project settings or just adjust the filter?
See my screenshot, sorry it's in German but you should be able to find it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community
The suggestion I would like to give you is to create a dashboard.
On a dashboard you are able to place gadgets, you can have a gadget that shows all issues assigned to you.
You can also create filters and show the results in filter gadgets on your dashboard.
Here is a link to the Atlassian documentation about Jira dashboards.
I hope this helps you in the right direction
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.