Hello,
We have three project and I'm wondering If I can create a queue in one on these project to show all assigned issues (to me) from all other projects. If this is not possible, could you please give me some suggestions :)
Hi
Queues are project based. You can create search filters to get isues from different projects
https://support.atlassian.com/jira-core-cloud/docs/search-for-issues-in-jira/
or try this plugin to get cross project queues
Good luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Baraaabbas,
Please try the JQL below.
assignee= currentUser() and status != Closed
Victor
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.