How do I make sure, that only tickets they are both copied in on appear in there?
Hi Steve
Currently I'm using Assignee. Please let me know if you need to see anything else?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you wanted to limit the board to just two Assignees, you could:
^ This will limit the board to show issues that only those two users are assigned to.
This does mean if an issue mid-progress becomes unassigned or assigned to another user, it would disappear from the board.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Steve
Yes that's what I already had entered in JQL. However tickets unrelated to Jason, which Kerry is working on elsewhere, I still showing up.
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.
You should be able to use either:
creator IN (User1, User2) AND assignee IN (User1, User2)
^ Or the alternative is:
creator = User 1 AND assignee IN (User1, User2) OR creator = User2 AND assignee IN (User1,User2)
These should give the same results :)
Ste
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.
You'll need a method to filter via these two users.
The board is just a visualisation of a filter - so it depends how these two users are copied in on those issues - for example:
This is assuming each user needs to see their issues and the other user's issues at the same time.
If you can share how the two users are copied in on those issues, I'd be happy to try and provide JQL you could utilise for your filter :)
Ste
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.